Skip to content

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 4aef64b commit 30e60a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
taipy-gui = {git = "https://[email protected]/Avaiga/taipy-gui.git@develop"}
taipy-rest = {git = "https://[email protected]/Avaiga/taipy-rest.git@develop"}
taipy-gui = "==2.1"
taipy-rest = "==2.1"

[dev-packages]
pytest = "*"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
version_string = f"{version_string}.{vext}"

requirements = [
"taipy-gui@git+https://[email protected]/Avaiga/taipy-gui.git@develop",
"taipy-rest@git+https://[email protected]/Avaiga/taipy-rest.git@develop",
"taipy-gui>=2.1,<2.2",
"taipy-rest>=2.1,<2.2",
]

test_requirements = ["pytest>=3.8"]
Expand All @@ -55,7 +55,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
description="A 360° open-source platform from Python pilots to production-ready web apps.",
description="The Python application builder. Turns Data and AI algorithms into full web apps in no time.",
install_requires=requirements,
license="Apache License 2.0",
long_description=readme,
Expand Down

0 comments on commit 30e60a8

Please sign in to comment.