Move to pipenv and bump revision to 0.1.1 to fix "Site cannot be installed: the page does not work offline" error.

This commit is contained in:
Scott Vitale
2018-01-31 21:33:50 -07:00
parent 4a86f1b974
commit 25c6952cde
4 changed files with 123 additions and 1 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
pypandoc = "*"
twine="*"