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 7, 2024
1 parent ce09f09 commit fc5fbbc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/piguardian/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Python version
python==3.9.5

# Dependencies
requests==2.25.1
statsmodels==0.12.2
plotly==4.14.3
numpy==1.20.0
pandas==1.3.1
scikit-learn==0.24.2
matplotlib==3.4.3
seaborn==0.11.2
dht-sensor-library==1.2.3
sqlite3==2.6.0

# Development dependencies
pytest==6.2.4
pytest-cov==2.12.1
black==21.6b0
isort==5.9.3
flake8==3.9.2

0 comments on commit fc5fbbc

Please sign in to comment.