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 8ba7759 commit 8ca0521Copy full SHA for 8ca0521
setup.py
@@ -24,7 +24,7 @@ def get_version():
24
license="LGPLv3",
25
url="https://github.com/python-gitlab/python-gitlab",
26
packages=find_packages(),
27
- install_requires=[">=0.14.3,<0.15"],
+ install_requires=["httpx>=0.14.3,<0.15"],
28
python_requires=">=3.6.0",
29
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
30
classifiers=[
0 commit comments