initial commit down a path for a possible core python tkinter gui
This commit is contained in:
parent
c0ce07404f
commit
70ec532703
6 changed files with 450 additions and 0 deletions
15
coretk/Pipfile
Normal file
15
coretk/Pipfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
flake8 = "*"
|
||||
isort = "*"
|
||||
black = "==19.3b0"
|
||||
|
||||
[packages]
|
||||
pillow = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
Loading…
Add table
Add a link
Reference in a new issue