[deps] Remove cli from extras_require.
This commit is contained in:
parent
4eba987eb9
commit
f28e11e051
10
setup.py
10
setup.py
|
@ -43,19 +43,17 @@ setup(
|
|||
packages=get_packages(module_name),
|
||||
python_requires=">=3.7",
|
||||
install_requires=[
|
||||
"half_orm",
|
||||
"jwt",
|
||||
"starlette",
|
||||
"half_orm @ git+ssh://git@gite.lirmm.fr/maizi/halfORM.git",
|
||||
"click",
|
||||
"pygit2",
|
||||
"uvicorn"
|
||||
],
|
||||
extras_require={
|
||||
"tests":[
|
||||
"pytest",
|
||||
"requests"
|
||||
],
|
||||
"cli":[
|
||||
"click",
|
||||
"pygit2",
|
||||
"uvicorn"
|
||||
]
|
||||
},
|
||||
entry_points={
|
||||
|
|
Loading…
Reference in New Issue