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