Commit 2e73a13c by Chif Gergő

Remove unnecessary dependencies

parent a6f2efcd
...@@ -6,7 +6,6 @@ verify_ssl = true ...@@ -6,7 +6,6 @@ verify_ssl = true
[dev-packages] [dev-packages]
httpie = "*" httpie = "*"
flake8 = "*" flake8 = "*"
django-rest-swagger = "*"
coverage = "*" coverage = "*"
django-nose = "*" django-nose = "*"
...@@ -23,7 +22,8 @@ channels = "*" ...@@ -23,7 +22,8 @@ channels = "*"
channels-redis = "*" channels-redis = "*"
celery = {extras = ["redis"],version = "*"} celery = {extras = ["redis"],version = "*"}
django-celery-beat = "*" django-celery-beat = "*"
psycopg2 = "*" gunicorn = "*"
psycopg2-binary = "*"
[requires] [requires]
python_version = "3.6" python_version = "3.6"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment