mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-22 06:17:57 +00:00
⬆️ Update dependencies
This commit is contained in:
parent
d695a6cf35
commit
052ea7a233
@ -9,10 +9,13 @@ readme = "README.md"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
httpx = "^0.25.0"
|
httpx = "^0.25.0"
|
||||||
pydantic = "^1.10.7"
|
pydantic = "<2.0.0,>=1.10.7"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.group.dev.dependencies]
|
||||||
test = ["pytest", "pytest-asyncio", "python-dotenv"]
|
pytest = "^7.4.0"
|
||||||
|
pytest-asyncio = "^0.23.0"
|
||||||
|
python-dotenv = "^1.0.0"
|
||||||
|
black = "^23.12.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
@ -30,4 +33,4 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
include = '\.pyi?$'
|
include = '\.pyi?$'
|
||||||
line-length = 120
|
line-length = 120
|
||||||
target-version = ['py38']
|
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
|
Loading…
Reference in New Issue
Block a user