8000 refactor(asyncio):replace requests with httpx in setup.py · python-gitlab/python-gitlab@499914b · GitHub
[go: up one dir, main page]

Skip to content

Commit 499914b

Browse files
committed
refactor(asyncio):replace requests with httpx in setup.py
1 parent 0130147 commit 499914b

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
@@ -25,7 +25,7 @@ def get_version():
2525
license="LGPLv3",
2626
url="https://github.com/python-gitlab/python-gitlab",
2727
packages=find_packages(),
28-
install_requires=["requests>=2.22.0"],
28+
install_requires=["httpx"],
2929
python_requires=">=3.6.0",
3030
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
3131
classifiers=[

0 commit comments

Comments
 (0)
0