File size: 607 Bytes
e98c0d7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | [metadata]
name = python-package
version = 0.0
description = Example setup.cfg
url = httos://github.com/example/python-package
author = Dependabot
[options]
packages = find:
setup_requires =
numpy==1.11.0
pytest-runner
install_requires =
boto3==1.3.1 # this is a comment
flake8 > 2.5.4, < 3.0.0
gocardless_pro
pandas==0.19.2
pep8==1.7.0
psycopg2==2.6.1
# there is also a comment here
raven == 5.32.0
requests==2.12.*
scipy==0.18.1
scikit-learn==0.18.1
tests_require =
pytest==2.9.1
responses==0.5.1
[options.extras_require]
API = flask==0.12.2
|