coretk - updated pipfile to install as editable, added convenient run script, updated images to load assuming local path
This commit is contained in:
parent
00a37cbb6f
commit
8682f01fdc
5 changed files with 28 additions and 7 deletions
|
@ -3,10 +3,13 @@ name = "pypi"
|
|||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[scripts]
|
||||
coretk = "python coretk/app.py"
|
||||
|
||||
[dev-packages]
|
||||
flake8 = "*"
|
||||
isort = "*"
|
||||
black = "==19.3b0"
|
||||
|
||||
[packages]
|
||||
pillow = "*"
|
||||
coretk = {editable = true,path = "."}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue