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:
parent
94cdbf19d5
commit
d35fd33b3f
6 changed files with 393 additions and 59 deletions
22
Pipfile
Normal file
22
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue