This website works better with JavaScript
Home
Explore
Help
Sign In
kirkleon
/
rollbot3
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Adding requests requirement
Kirk Trombley
6 years ago
parent
47ecd7b92a
commit
f9b1ea543f
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
requirements.txt
+ 2
- 1
requirements.txt
View File
@@ -2,4 +2,5 @@ toml
sqlalchemy
sqlalchemy
psycopg2-binary
psycopg2-binary
Flask
Flask
-gunicorn
+gunicorn
+requests