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