mirror of
https://github.com/NohamR/gofilepy.git
synced 2026-01-10 08:18:18 +00:00
fix: .env working
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user