mirror of
https://github.com/Xevion/postgres-test.git
synced 2025-12-06 01:15:48 -06:00
13 lines
161 B
TOML
13 lines
161 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
psycopg2-binary = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10"
|