We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7ed0f commit 0b24416Copy full SHA for 0b24416
pyproject.toml
@@ -13,8 +13,9 @@ dependencies = [
13
"ipython>=7.7.0",
14
"pandas>=1.4",
15
"jsonschema>=4.21.1",
16
- "PyGithub=2.5.0",
17
- "dotenv"
+ "PyGithub==2.5.0",
+ "dotenv",
18
+ "python-dotenv>=1.0.0"
19
]
20
readme = "README.md"
21
requires-python = ">=3.7"
requirements.txt
@@ -3,4 +3,4 @@ ipython>=7.7.0
3
pandas>=1.4
4
jsonschema>=4.21.1
5
PyGithub==2.5.0
6
-dotenv
+python-dotenv>=1.0.0
0 commit comments