Skip to content

Commit 0b24416

Browse files
committed
quick fix 2
1 parent ec7ed0f commit 0b24416

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ dependencies = [
1313
"ipython>=7.7.0",
1414
"pandas>=1.4",
1515
"jsonschema>=4.21.1",
16-
"PyGithub=2.5.0",
17-
"dotenv"
16+
"PyGithub==2.5.0",
17+
"dotenv",
18+
"python-dotenv>=1.0.0"
1819
]
1920
readme = "README.md"
2021
requires-python = ">=3.7"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ipython>=7.7.0
33
pandas>=1.4
44
jsonschema>=4.21.1
55
PyGithub==2.5.0
6-
dotenv
6+
python-dotenv>=1.0.0

0 commit comments

Comments
 (0)