pycapnp/Pipfile
Jacob Alexander 032b14ed45
Adding artifact upload support for builds
- Including both bdist_wheel and sdist
- Adding pandoc dependencies
2019-12-26 19:55:22 -08:00

14 lines
182 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pypandoc = "*"
[packages]
pytest = "*"
tox = "*"
Jinja2 = "*"
Cython = "*"
pypandoc = "*"