mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
$ poetry lock
This commit is contained in:
Generated
+1519
File diff suppressed because it is too large
Load Diff
@@ -23,6 +23,17 @@ python = "^3.9"
|
||||
requests = "*"
|
||||
pydantic = ">=2.0.0"
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
datamodel-code-generator = "*"
|
||||
pytest = "*"
|
||||
pytest-cov = "*"
|
||||
pytest-ordering = "*"
|
||||
pytest-recording = "*"
|
||||
ruff = "*"
|
||||
sphinx = "*"
|
||||
renku-sphinx-theme = "*"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user