Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
update dependencies in setup.py and Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Jan 31, 2023
1 parent 88f5325 commit 47ee675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pyarrow = "==10.0.1"
pymongo = "==4.2.0"
sqlalchemy = "==1.4.18"
toml = "==0.10"
taipy-config = {git = "https://git@github.com/avaiga/taipy-config.git@develop"}
taipy-config = "==2.1"

[dev-packages]
black = "*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pymongo>=4.2.0,<5.0",
"sqlalchemy>=1.4,<2.0",
"toml>=0.10,<0.11",
"taipy-config@git+https://git@github.com/Avaiga/taipy-config.git@develop",
"taipy-config>=2.1,<2.2",
]

test_requirements = ["pytest>=3.8"]
Expand Down

0 comments on commit 47ee675

Please sign in to comment.