Skip to content

Commit

Permalink
🐛 Update requirements.txt and add Procfile.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulinakhew committed Jan 2, 2020
1 parent be6b6ef commit 2c5f497
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
1 change: 1 addition & 0 deletions Procfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn app:app
31 changes: 26 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
flask
requests>=2.6.0
mock
pytest
intrinio_sdk
attrs==19.3.0
certifi==2019.11.28
chardet==3.0.4
Click==7.0
Flask==1.1.1
gunicorn==20.0.4
idna==2.8
importlib-metadata==1.3.0
intrinio-sdk==5.0.1
itsdangerous==1.1.0
Jinja2==2.10.3
MarkupSafe==1.1.1
mock==3.0.5
more-itertools==8.0.2
packaging==19.2
pluggy==0.13.1
py==1.8.1
pyparsing==2.4.6
pytest==5.3.2
python-dateutil==2.8.1
requests==2.22.0
six==1.13.0
urllib3==1.25.7
wcwidth==0.1.8
Werkzeug==0.16.0
zipp==0.6.0

1 comment on commit 2c5f497

@Paulinakhew
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#44

Please sign in to comment.