We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8670752 commit cd7710bCopy full SHA for cd7710b
blockchain_payment_integration/requirements.txt
@@ -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