Skip to content

Commit cd7710b

Browse files
authored
Create requirements.txt
1 parent 8670752 commit cd7710b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Flask==2.1.1
2+
requests==2.26.0
3+
SQLAlchemy==1.4.27
4+
python-dotenv==0.19.2
5+
pytest==6.2.5
6+
pytest-mock==3.6.1
7+
Flask-Cors==3.0.10 # For handling Cross-Origin Resource Sharing (CORS)
8+
Flask-Limiter==2.0 # For rate limiting requests
9+
Flask-HTTPAuth==4.5.0 # For handling HTTP authentication

0 commit comments

Comments
 (0)