mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 23:59:58 +00:00
19 lines
306 B
TOML
19 lines
306 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pytest = ">=6.0.0"
|
|
psycopg2 = "*"
|
|
typing-extensions = "*"
|
|
|
|
[dev-packages]
|
|
yapf = "*"
|
|
flake8 = "*"
|
|
mypy = "*"
|
|
|
|
[requires]
|
|
# we need at least 3.6, but pipenv doesn't allow to say this directly
|
|
python_version = "3"
|