First commit

This commit is contained in:
Andros Fenollosa
2019-01-13 13:32:02 +01:00
parent 7ea8499ae3
commit 93f244c701
4 changed files with 140 additions and 1 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pick = "*"
click = "*"
pyperclip = "*"
[dev-packages]
[requires]
python_version = "3.6"