Add the password sub-module

This commit is contained in:
Rodolphe Breard 2017-12-16 19:21:18 +01:00
parent d32160a4c2
commit 26973e7051
12 changed files with 414 additions and 34 deletions

15
Pipfile Normal file
View file

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