-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.py
33 lines (33 loc) · 1.19 KB
/
packages.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# For faster and efficiant python packages installation
wheel
setuptools
# Pygments is a syntax highlighting package written in Python
Pygments
# For Django app - https://www.djangoproject.com/
django
# For Django rest apis - https://www.django-rest-framework.org/
djangorestframework
# For reactjs - https://pypi.org/project/django-cors-headers/
django-cors-headers
# For image in python - https://pypi.org/project/Pillow/
pillow
# For Django JWT auth token - https://django-rest-framework-simplejwt.readthedocs.io/en/latest/
djangorestframework-simplejwt
# For PostGres database - https://pypi.org/project/psycopg2/
psycopg2
# Heroku - https://pypi.org/project/gunicorn/
gunicorn
# Heroku - http://whitenoise.evans.io/en/stable/
whitenoise
# Heroku - https://devcenter.heroku.com/articles/django-app-configuration
django-heroku
# Heroku PostGresql- https://devcenter.heroku.com/articles/heroku-postgresql#connecting-in-python
psycopg2-binary
dj-database-url
python-decouple
# For Swagger - https://drf-yasg.readthedocs.io/en/stable/readme.html#installation
drf-yasg
# Html to pdf - https://www.youtube.com/watch?v=dSCTQfbP4N8
xhtml2pdf
# math operations - https://pypi.org/project/django-mathfilters/
django-mathfilters