Drop old requirements files
This commit is contained in:
parent
e184b525bb
commit
2c0aa2fa92
8 changed files with 108 additions and 47 deletions
7
Pipfile
7
Pipfile
|
@ -8,15 +8,16 @@ bpython = "*"
|
|||
coverage = "*"
|
||||
sqlparse = "*"
|
||||
releases = "*"
|
||||
Sphinx = "<1.6"
|
||||
Sphinx = "*"
|
||||
|
||||
[packages]
|
||||
amqp = "*"
|
||||
anyjson = "*"
|
||||
billiard = "*"
|
||||
celery = "<4"
|
||||
celery = "*"
|
||||
pytz = "*"
|
||||
mysqlclient = "*"
|
||||
redis = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
python_version = "3.7"
|
Loading…
Add table
Add a link
Reference in a new issue