remove requirements

This commit is contained in:
long2ice
2020-06-01 14:57:29 +08:00
parent d2083632eb
commit ec1c80f3a9
7 changed files with 34 additions and 284 deletions

View File

@@ -18,9 +18,11 @@ help:
@echo " test Runs all tests"
@echo " style Auto-formats the code"
up:
@poetry install
deps:
@which pip-sync > /dev/null || pip install -q pip-tools
@pip install -r requirements-dev.txt
@poetry update
style: deps
isort -rc $(checkfiles)
@@ -50,10 +52,11 @@ test_postgres:
testall: deps test_sqlite test_postgres test_mysql
publish: deps
rm -fR dist/
python setup.py sdist
twine upload dist/*
build:
@poetry build
publish:
@poetry publish
ci:
@act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04 -b