[deps] update deps
This commit is contained in:
parent
837c646bc5
commit
c1191bbb0e
5
Pipfile
5
Pipfile
|
@ -10,13 +10,14 @@ pytest-asyncio = "*"
|
||||||
pylint = "*"
|
pylint = "*"
|
||||||
build = "*"
|
build = "*"
|
||||||
pytest-pythonpath = "*"
|
pytest-pythonpath = "*"
|
||||||
|
twine = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
click = ">=7.1,<8"
|
click = ">=7.1,<8"
|
||||||
starlette = ">=0.16,<0.17"
|
starlette = ">=0.17,<0.18"
|
||||||
uvicorn = ">=0.13,<1"
|
uvicorn = ">=0.13,<1"
|
||||||
orjson = ">=3.4.7,<4"
|
orjson = ">=3.4.7,<4"
|
||||||
pyjwt = ">=2.0.1,<3"
|
pyjwt = ">=2.3.0,<2.4.0"
|
||||||
pyyaml = ">=5.3.1,<6"
|
pyyaml = ">=5.3.1,<6"
|
||||||
timing-asgi = ">=0.2.1,<1"
|
timing-asgi = ">=0.2.1,<1"
|
||||||
schema = ">=0.7.4,<1"
|
schema = ">=0.7.4,<1"
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -43,8 +43,8 @@ setup(
|
||||||
packages=get_packages(module_name),
|
packages=get_packages(module_name),
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"PyJWT>=2.0.1",
|
"PyJWT>=2.3.0,<2.4.0",
|
||||||
"starlette>=0.16,<0.17",
|
"starlette>=0.17,<0.18",
|
||||||
"click>=7.1,<8",
|
"click>=7.1,<8",
|
||||||
"uvicorn>=0.13,<1",
|
"uvicorn>=0.13,<1",
|
||||||
"orjson>=3.4.7,<4",
|
"orjson>=3.4.7,<4",
|
||||||
|
|
Loading…
Reference in New Issue