Skip to content

Commit 8ca0521

Browse files
committed
Install requires with package, not just version
1 parent 8ba7759 commit 8ca0521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_version():
2424
license="LGPLv3",
2525
url="https://github.com/python-gitlab/python-gitlab",
2626
packages=find_packages(),
27-
install_requires=[">=0.14.3,<0.15"],
27+
install_requires=["httpx>=0.14.3,<0.15"],
2828
python_requires=">=3.6.0",
2929
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
3030
classifiers=[

0 commit comments

Comments
 (0)