Add the password sub-module
This commit is contained in:
parent
d32160a4c2
commit
26973e7051
12 changed files with 414 additions and 34 deletions
15
Pipfile
Normal file
15
Pipfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
||||
twine = "*"
|
||||
wheel = "*"
|
Reference in a new issue