mirror of
https://github.com/not-kennethreitz/records-migrate.git
synced 2026-06-05 15:00:18 +00:00
23 lines
279 B
TOML
23 lines
279 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
records = "*"
|
|
flake8 = "*"
|
|
black = "*"
|
|
pytest = "*"
|
|
psycopg2 = "*"
|
|
|
|
[packages]
|
|
docopt = "*"
|
|
click = "*"
|
|
crayons = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|