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