Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Jul 27, 2024
1 parent d12f359 commit 53e67b9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
urllib3 = "*"
aiohttp = "=3.7.4"
aiohttp-middlewares = "=1.1.0"
gunicorn = "=20.0.4"
matplotlib = "*"
python-dotenv = "=0.21.0"

[requires]
python_version = "3.8"
python_version = "3.9"

0 comments on commit 53e67b9

Please sign in to comment.