Skip to content

Commit

Permalink
Update dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Dec 4, 2023
1 parent a90c12d commit fd940c7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,31 @@ line-length = 119

[tool.poetry.dependencies]
python = "^3.8"
requests = ">=2.28"
requests-toolbelt = ">=0.10"
peewee = ">=3.15"
requests = ">=2.31"
requests-toolbelt = ">=1.0"
peewee = ">=3.17"
toml = ">=0.10"
qrcode = ">=7.4"
rich = ">=12.6"
pillow = ">=9.3"
rich = ">=13.7"
pillow = ">=10.1"
click = ">=8.1"
typing-extensions = ">=4.4"
aget = ">=0.1"
chardet = ">=5.0"
fastapi = ">=0.87"
uvicorn = ">=0.19"
typing-extensions = ">=4.8"
aget = ">=0.2"
chardet = ">=5.2"
fastapi = ">=0.104"
uvicorn = ">=0.24"
jinja2 = ">=3.1"
cryptography = ">=38.0"
cryptography = ">=41.0"
ecdsa = ">=0.18"
cython = ">=0.29"
cython = ">=3.0"
passlib = ">=1.7"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
mypy = "^0.991"
black = "^22.10.0"
setuptools = "^65.6.0"
cython = "^0.29.32"
pytest = ">=7.4"
mypy = ">=1.7"
black = ">=23.11"
setuptools = ">=69.0"
cython = ">=3.0"

[tool.poetry.scripts]
AliPCS-Py = 'alipcs_py.app:main'
Expand Down

0 comments on commit fd940c7

Please sign in to comment.