Merge pull request #184 from SchrodingersGat/pip-doc

Comments for pip requirements.txt
This commit is contained in:
Oliver 2019-04-28 19:44:05 +10:00 committed by GitHub
commit 760ca0f800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,15 @@
Django==2.2
psycopg2>=2.8.1
pillow>=5.0.0
djangorestframework>=3.6.2
django_filter>=1.0.2
coreapi>=2.3.0
pygments>=2.2.0
tablib>=0.13.0
django-crispy-forms>=1.7.2
django-import-export>=1.0.0
django-cleanup>=2.1.0
django-qr-code==1.0.0
flake8==3.3.0
coverage>=4.5.3
python-coveralls==2.9.1
Django==2.2 # Django package
psycopg2>=2.8.1 # PostgreSQL package
pillow>=5.0.0 # Image manipulation
djangorestframework>=3.6.2 # DRF framework
django_filter>=1.0.2 # Extended filtering options
coreapi>=2.3.0 # API documentation
pygments>=2.2.0 # Syntax highlighting
tablib>=0.13.0 # Import / export data files
django-crispy-forms>=1.7.2 # Form helpers
django-import-export>=1.0.0 # Data import / export for admin interface
django-cleanup>=2.1.0 # Manage deletion of old / unused uploaded files
django-qr-code==1.0.0 # Generate QR codes
flake8==3.3.0 # PEP checking
coverage>=4.5.3 # Unit test coverage
python-coveralls==2.9.1 # Coveralls linking (for Travis)