-
- Downloads
Upgrade to Django 3.2
# | ||
# Copyright (c) 2016 NIBIO <http://www.nibio.no/>. | ||
# Copyright (c) 2023 NIBIO <http://www.nibio.no/>. | ||
# | ||
# This file is part of VIPSWeb. | ||
# VIPSWeb is free software: you can redistribute it and/or modify | ||
... | ... | @@ -18,11 +18,12 @@ |
# Please add requirements here | ||
# Read docs for how this works: http://www.pip-installer.org/en/latest/cookbook.html | ||
Django==3.1.3 | ||
Django==3.2.16 | ||
Pillow | ||
requests==2.25.0 | ||
django-tinymce==2.8.0 | ||
python-dateutil==2.8.1 | ||
django-extensions | ||
selenium | ||
python-memcached | ||
#python-memcached | ||
pymemcache |
Please register or sign in to comment