Skip to content

Commit

Permalink
Added Procfile and Req.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvpandey0 committed Jul 2, 2020
1 parent 4e63fae commit 8850bed
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn banks.wsgi
22 changes: 22 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
asgiref==3.2.10
defusedxml==0.6.0
diff-match-patch==20181111
Django==3.0.8
django-filter==2.3.0
django-import-export==2.2.0
djangorestframework==3.11.0
et-xmlfile==1.0.1
jdcal==1.4.1
MarkupPy==1.14
numpy==1.19.0
odfpy==1.4.1
openpyxl==3.0.4
pandas==1.0.5
python-dateutil==2.8.1
pytz==2020.1
PyYAML==5.3.1
six==1.15.0
sqlparse==0.3.1
tablib==2.0.0
xlrd==1.2.0
xlwt==1.3.0

0 comments on commit 8850bed

Please sign in to comment.