mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 23:00:20 +00:00
5d2d4eb78f
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
16 lines
182 B
TOML
16 lines
182 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
|
|
psycopg2 = "*"
|
|
pytest = "*"
|
|
tablib = "*"
|
|
sqlalchemy = "*"
|
|
docopt = "*"
|
|
"-e ." = "*"
|
|
|