Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Jul 27, 2024
1 parent 1cf293e commit 2f92146
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[requires]
python_version = "3.8"
13 changes: 8 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
urllib3
aiohttp == 3.7.4
aiohttp-middlewares == 1.1.0
gunicorn == 20.0.4
matplotlib == 3.3.0
python-dotenv == 0.21.0
aiohttp==3.7.4
aiohttp-middlewares==1.1.0
gunicorn==20.0.4
matplotlib==3.3.0
python-dotenv==0.21.0

[[requires]]
python

0 comments on commit 2f92146

Please sign in to comment.