mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 14:50:18 +00:00
4da28d91cf
fixes #114 Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
15 lines
169 B
TOML
15 lines
169 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
|
|
psycopg2 = "*"
|
|
pytest = "*"
|
|
tablib = "*"
|
|
SQLAlchemy = "*"
|
|
docopt = "*"
|
|
|