Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 85614e7

Browse files
authored
Update dependencies (#142)
* Switch to gunicorn * Update dependencies * Remove uvicorn
1 parent 96ba667 commit 85614e7

File tree

4 files changed

+155
-237
lines changed

4 files changed

+155
-237
lines changed

Pipfile

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,34 @@ name = "pypi"
66
[dev-packages]
77
black = "==19.10b0"
88
isort = "==4.3.21"
9-
"flake8" = "==3.7.9"
10-
pre-commit = "==1.21.0"
11-
seed-isort-config = "==1.9.4"
12-
pytest-django = "==3.8.0"
9+
"flake8" = "==3.8.3"
10+
pre-commit = "==2.5.1"
11+
seed-isort-config = "==2.2.0"
12+
pytest-django = "==3.9.0"
1313

1414
[packages]
1515
dj-database-url = "==0.5.0"
1616
django-configurations = "==2.2"
17-
django-debug-toolbar = "==2.1"
18-
django-extensions = "==2.2.6"
17+
django-debug-toolbar = "==2.2"
18+
django-extensions = "==2.2.9"
1919
Django = "==3.0.7"
2020
gunicorn = "==20.0.4"
21-
whitenoise = "==5.0.1"
22-
"psycopg2-binary" = "==2.8.4"
23-
requests = "==2.22.0"
24-
"django-s3-storage" = "==0.13.0"
25-
uvicorn = "==0.11.1"
26-
Werkzeug = "==0.16.0"
21+
whitenoise = "==5.1.0"
22+
"psycopg2-binary" = "==2.8.5"
23+
requests = "==2.24.0"
24+
"django-s3-storage" = "==0.13.2"
25+
Werkzeug = "==1.0.1"
2726
djangorestframework = "==3.11.0"
28-
django-filter = "==2.2.0"
29-
django-crispy-forms = "==1.8.1"
27+
django-filter = "==2.3.0"
28+
django-crispy-forms = "==1.9.1"
3029
pygments = "==2.5.2"
31-
markdown = "==3.1.1"
32-
django-cors-headers = "==3.2.1"
33-
django-redis = "==4.11.0"
30+
markdown = "==3.2.2"
31+
django-cors-headers = "==3.4.0"
32+
django-redis = "==4.12.1"
3433
celery = {extras = ["redis"],version = "==4.4.0"}
35-
structlog = "==19.2.0"
34+
structlog = "==20.1.0"
3635
uritemplate = "==3.0.1"
37-
pyyaml = "==5.3"
36+
pyyaml = "==5.3.1"
3837

3938
[requires]
4039
python_version = "3.7"

0 commit comments

Comments
 (0)