initial commit

This commit is contained in:
2022-10-06 00:13:40 -07:00
commit ad49ff39f4
9 changed files with 406 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
opencv-python = "*"
numba = "*"
[dev-packages]
[requires]
python_version = "3.10"