Initial commit

This commit is contained in:
Roland Moers
2017-12-24 00:33:06 +01:00
committed by Roland Moers
commit 7bafead880
8 changed files with 409 additions and 0 deletions

20
Pipfile Normal file
View File

@@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
bpylist = "==0.1.4"
click = "==6.7"
[requires]
python_version = "3.6"