mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
15 lines
229 B
TOML
15 lines
229 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
|
|
[dev-packages]
|
|
neon-client = {file = ".", editable = true}
|
|
pytest = "*"
|
|
pytest-recording = "*"
|
|
pytest-ordering = "*"
|
|
ruff = "*"
|
|
sphinx = "*"
|