There was an error while loading. Please reload this page.
1 parent 986b9a6 commit f74a3bbCopy full SHA for f74a3bb
1 file changed
setup.cfg
@@ -53,11 +53,11 @@ install_requires =
53
# Warning: the importlib_metadata 4.6.x series breaks the documentation builds
54
importlib_metadata==3.10.0; python_version < "3.8"
55
# Django related
56
- Django==3.2.7
+ Django==3.2.8
57
django-environ==0.7.0
58
- django-crispy-forms==1.12.0
59
- pytz==2021.1
60
- django-filter==2.4.0
+ django-crispy-forms==1.13.0
+ pytz==2021.3
+ django-filter==21.1
61
djangorestframework==3.12.4
62
# Database
63
psycopg2==2.9.1; sys_platform == "linux"
@@ -87,7 +87,7 @@ dev =
87
pycodestyle==2.7.0
88
black==20.8b1
89
isort==5.9.3
90
- doc8==0.9.0
+ doc8==0.9.1
91
# Documentation
92
Sphinx==4.2.0
93
sphinx_rtd_theme==1.0.0
0 commit comments