2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

Merge pull request #388 from SchrodingersGat/django-secure

Updated to django 2.2.2
This commit is contained in:
Oliver
2019-06-11 08:56:40 +10:00
committed by GitHub

View File

@ -1,4 +1,4 @@
Django==2.2 # Django package
Django==2.2.2 # Django package
psycopg2>=2.8.1 # PostgreSQL package
pillow>=5.0.0 # Image manipulation
djangorestframework>=3.6.2 # DRF framework