-
- Downloads
Migration step 1: Python 3.8
Showing
- VIPSWeb/settings.py 3 additions, 3 deletionsVIPSWeb/settings.py
- common/middleware/whodid.py 1 addition, 1 deletioncommon/middleware/whodid.py
- forecasts/templatetags/forecast_extras.py 1 addition, 1 deletionforecasts/templatetags/forecast_extras.py
- requirements.txt 3 additions, 3 deletionsrequirements.txt
- security/middleware/check_login_middleware.py 1 addition, 1 deletionsecurity/middleware/check_login_middleware.py
- security/views.py 1 addition, 1 deletionsecurity/views.py
... | @@ -18,10 +18,10 @@ | ... | @@ -18,10 +18,10 @@ |
# Please add requirements here | # Please add requirements here | ||
# Read docs for how this works: http://www.pip-installer.org/en/latest/cookbook.html | # Read docs for how this works: http://www.pip-installer.org/en/latest/cookbook.html | ||
Django==1.11 | Django==1.11.17 | ||
Pillow | Pillow | ||
requests==2.6.0 | requests==2.6.0 | ||
django-tinymce==2.8.0 | django-tinymce==2.8.0 | ||
python-dateutil==1.5 | python-dateutil==2.8.1 | ||
django-extensions | django-extensions | ||
selenium | selenium | ||
\ No newline at end of file |
Please register or sign in to comment