This repository was archived by the owner on Nov 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +155
-237
lines changed
Expand file tree Collapse file tree 4 files changed +155
-237
lines changed Original file line number Diff line number Diff line change @@ -6,35 +6,34 @@ name = "pypi"
66[dev-packages ]
77black = " ==19.10b0"
88isort = " ==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 ]
1515dj-database-url = " ==0.5.0"
1616django-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 "
1919Django = " ==3.0.7"
2020gunicorn = " ==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"
2726djangorestframework = " ==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"
3029pygments = " ==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 "
3433celery = {extras = [" redis" ],version = " ==4.4.0" }
35- structlog = " ==19.2 .0"
34+ structlog = " ==20.1 .0"
3635uritemplate = " ==3.0.1"
37- pyyaml = " ==5.3"
36+ pyyaml = " ==5.3.1 "
3837
3938[requires ]
4039python_version = " 3.7"
You can’t perform that action at this time.
0 commit comments