fix: .env working

This commit is contained in:
garnajee
2025-12-12 09:52:36 +01:00
parent 98c04d9f99
commit 672b0de9c5
5 changed files with 397 additions and 21 deletions

View File

@@ -16,8 +16,9 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"httpx", # The modern HTTP client
"tqdm" # Progress bar
"httpx", # The modern HTTP client
"python-dotenv>=0.21.1", # Progress bar
"tqdm",
]
[project.scripts]