Prepare release 0.1.2

- Update documentation
- Add Pipfile and Pipfile.lock to allow using pipenv
- Update development URLs
- Bump copyright years
This commit is contained in:
Jan Dittberner 2020-02-29 16:03:06 +01:00
parent 94cdbf19d5
commit d35fd33b3f
6 changed files with 393 additions and 59 deletions

22
Pipfile Normal file
View file

@ -0,0 +1,22 @@
[[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"