2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Comment out postgres requirement

This commit is contained in:
Oliver Walters
2019-07-02 18:44:49 +10:00
parent 9176792fa0
commit 4f5b87dd38
2 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
Django==2.2.2 # Django package
psycopg2>=2.8.1 # PostgreSQL package
# psycopg2>=2.8.1 # PostgreSQL package
pillow>=5.0.0 # Image manipulation
djangorestframework>=3.6.2 # DRF framework
django-cors-headers>=2.5.3 # CORS headers extension for DRF