Skip to content

Commit c447e5f

Browse files
authored
Followup on #146 (#148)
* Revert "Update dependencies (#142)" This reverts commit 85614e7. * Revert "Bump django from 3.0.3 to 3.0.7 (#139)" This reverts commit 96ba667. * Reconcile with heroku
1 parent 85614e7 commit c447e5f

File tree

4 files changed

+352
-277
lines changed

4 files changed

+352
-277
lines changed

Pipfile

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

1414
[packages]
1515
dj-database-url = "==0.5.0"
1616
django-configurations = "==2.2"
17-
django-debug-toolbar = "==2.2"
18-
django-extensions = "==2.2.9"
19-
Django = "==3.0.7"
17+
django-debug-toolbar = "==2.1"
18+
django-extensions = "==2.2.6"
19+
Django = "==3.0.2"
2020
gunicorn = "==20.0.4"
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"
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"
2627
djangorestframework = "==3.11.0"
27-
django-filter = "==2.3.0"
28-
django-crispy-forms = "==1.9.1"
28+
django-filter = "==2.2.0"
29+
django-crispy-forms = "==1.8.1"
2930
pygments = "==2.5.2"
30-
markdown = "==3.2.2"
31-
django-cors-headers = "==3.4.0"
32-
django-redis = "==4.12.1"
31+
markdown = "==3.1.1"
32+
django-cors-headers = "==3.2.1"
33+
django-redis = "==4.11.0"
3334
celery = {extras = ["redis"],version = "==4.4.0"}
34-
structlog = "==20.1.0"
35+
structlog = "==19.2.0"
3536
uritemplate = "==3.0.1"
36-
pyyaml = "==5.3.1"
37+
pyyaml = "==5.3"
3738

3839
[requires]
3940
python_version = "3.7"

0 commit comments

Comments
 (0)