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 +352
-277
lines changed
Expand file tree Collapse file tree 4 files changed +352
-277
lines changed Original file line number Diff line number Diff line change @@ -6,34 +6,35 @@ name = "pypi"
66[dev-packages ]
77black = " ==19.10b0"
88isort = " ==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 ]
1515dj-database-url = " ==0.5.0"
1616django-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 "
2020gunicorn = " ==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"
2627djangorestframework = " ==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"
2930pygments = " ==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 "
3334celery = {extras = [" redis" ],version = " ==4.4.0" }
34- structlog = " ==20.1 .0"
35+ structlog = " ==19.2 .0"
3536uritemplate = " ==3.0.1"
36- pyyaml = " ==5.3.1 "
37+ pyyaml = " ==5.3"
3738
3839[requires ]
3940python_version = " 3.7"
You can’t perform that action at this time.
0 commit comments