added requirements.txt

This commit is contained in:
Ayxan 2022-05-24 15:48:24 +04:00
parent 1dfbee8bb1
commit b653ffe31c
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
__pycache__ __pycache__
.pytest_cache .pytest_cache
.venv

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
streamlit==1.9.0
plotly==5.8.0
pandas==1.4.2
openpyxl==3.0.10