Skip to content

Commit 1422d81

Browse files
authored
Update requirements.txt
1 parent 8419627 commit 1422d81

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
1+
# Flask and related libraries
12
Flask==2.2.5
23
Flask-RESTful==0.3.9
34
SQLAlchemy==1.4.36
45
Flask-SQLAlchemy==2.5.1
56
Flask-JWT-Extended==4.4.0
67
marshmallow==3.18.0
78
Flask-Logging==0.2.0
9+
10+
# Testing libraries
811
pytest==7.1.2
912
pytest-flask==1.2.0
1013
pytest-cov==3.0.0
14+
15+
# Web3 and HTTP requests
1116
web3==5.29.0
1217
requests==2.32.2
18+
19+
# Environment variable management
1320
python-dotenv==0.19.2
1421

1522
# Additional dependencies for quantum computing and AI
1623
qiskit==0.39.1 # For quantum computing
1724
scikit-learn==1.0.2 # For machine learning
1825
numpy==1.21.6 # For numerical operations
26+
27+
# Optional: Joblib for model persistence
28+
joblib==1.1.0 # For saving and loading models

0 commit comments

Comments
 (0)