Removing pypandoc/pandoc requirement

- Was not working well on manylinux2010 build image
- Not necessary, can use markdown directly now
This commit is contained in:
Jacob Alexander
2019-12-26 23:52:10 -08:00
parent 84600a7ebf
commit 01e4d3ed2f
6 changed files with 10 additions and 19 deletions

View File

@@ -3,12 +3,8 @@ name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pypandoc = "*"
[packages]
pytest = "*"
tox = "*"
Jinja2 = "*"
Cython = "*"
pypandoc = "*"