add requirements

This commit is contained in:
√(noham)² 2023-12-20 21:40:19 +01:00
parent bf4852b012
commit b59aabc7d0
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -128,5 +128,4 @@ dmypy.json
# node # node
node_modules/ node_modules/
average.txt average.txt
requirements.txt

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
pronotepy==2.12.1
python-dotenv==1.0.0
Requests==2.31.0