Apply intial changes to make repo perform better as a Python module

This commit is contained in:
Bobrock
2020-12-13 12:41:46 -06:00
parent 1792d47d4c
commit 91c92b0fcb
26 changed files with 158 additions and 406 deletions

16
Pipfile
View File

@@ -1,16 +0,0 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pillow = "*"
pyyaml = "*"
requests = "*"
numpy = "*"
opencv-python = "*"
pysocks = "*"
[requires]