Skip to content

Commit

Permalink
Create requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 10, 2024
1 parent 693fb73 commit 276751c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions blockchain_integration/pi_network/PiFusion/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Frameworks and libraries
flask==2.0.1
flask_restful==0.3.8
flask_sqlalchemy==2.5.1
flask_marshmallow==0.14.0
marshmallow==3.13.0
sqlalchemy==1.4.25
pandas==1.3.5
numpy==1.21.2

# Data visualization
matplotlib==3.5.1
seaborn==0.11.2
plotly==5.3.1

# API and web development
requests==2.26.0
beautifulsoup4==4.9.3
lxml==4.6.3
jquery==3.6.0
bootstrap==5.1.3

# Testing and debugging
pytest==6.2.5
pytest-flask==1.2.1
selenium==4.0.0
ipython==7.29.0

# Other dependencies
python-dotenv==0.19.2
gunicorn==20.1.0

0 comments on commit 276751c

Please sign in to comment.