gvamysql/Pipfile
Jan Dittberner d35fd33b3f Prepare release 0.1.2
- Update documentation
- Add Pipfile and Pipfile.lock to allow using pipenv
- Update development URLs
- Bump copyright years
2020-02-29 16:09:34 +01:00

23 lines
296 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bpython = "*"
coverage = "*"
sqlparse = "*"
releases = "*"
Sphinx = "<1.6"
[packages]
amqp = "*"
anyjson = "*"
billiard = "*"
celery = "<4"
pytz = "*"
mysqlclient = "*"
[requires]
python_version = "3.7"