Skip to content

Commit

Permalink
docs:requirements.txt -- add project dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMwevi committed Jun 16, 2022
1 parent 555fb27 commit 85b4e5e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
asgiref==3.5.2
autopep8==1.6.0
backports.zoneinfo==0.2.1
beautifulsoup4==4.11.1
certifi==2022.5.18.1
charset-normalizer==2.0.12
cloudinary==1.29.0
coreapi==2.3.3
coreschema==0.0.4
dj-database-url==0.5.0
Django==3.2
django-environ==0.8.1
django-heroku==0.3.1
django-livereload-server==0.4
django-rest-swagger==2.2.0
djangorestframework==3.13.1
gunicorn==20.1.0
idna==3.3
itypes==1.2.0
Jinja2==3.1.2
MarkupSafe==2.1.1
openapi-codec==1.3.2
Pillow==9.1.1
psycopg2==2.9.3
pycodestyle==2.8.0
python-dateutil==2.8.2
python-decouple==3.6
pytz==2022.1
requests==2.28.0
simplejson==3.17.6
six==1.16.0
soupsieve==2.3.2.post1
sqlparse==0.4.2
toml==0.10.2
tornado==6.1
uritemplate==4.1.1
urllib3==1.26.9
whitenoise==6.1.0

0 comments on commit 85b4e5e

Please sign in to comment.