Add pipfile and dependencies, update project layout

This commit is contained in:
2019-08-27 22:35:01 -04:00
parent 5b13bfebec
commit 66f24eb4a8
3 changed files with 223 additions and 1 deletions

10
Pipfile Normal file
View File

@@ -0,0 +1,10 @@
[packages]
mkdocs = ">=1.0.4"
mkdocs-git-revision-date-plugin = "*"
mkdocs-material = "*"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true