From 53e67b91758ba777af95acb7b50a45335367f17d Mon Sep 17 00:00:00 2001 From: Natanael Date: Sat, 27 Jul 2024 12:26:29 -0300 Subject: [PATCH] python --- Pipfile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 04ca889..6b74d81 100644 --- a/Pipfile +++ b/Pipfile @@ -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" \ No newline at end of file +python_version = "3.9" \ No newline at end of file