Small updates for PyPi

This commit is contained in:
Jacob Alexander
2019-10-21 00:03:41 -07:00
parent c930b3cddc
commit c1cba47346
3 changed files with 21 additions and 2 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pypandoc = "*"
[packages]
pytest = "*"
tox = "*"
Jinja2 = "*"
Cython = "*"
[requires]
python_version = "3.7"