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