Initial commit with project files
This commit is contained in:
18
Pipfile
Normal file
18
Pipfile
Normal file
@@ -0,0 +1,18 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
"opencv.python" = "*"
|
||||
numpy = "*"
|
||||
matplotlib = "*"
|
||||
scipy = "*"
|
||||
opencv-python = "*"
|
||||
pyvirtualcam = "*"
|
||||
tensorflow = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
Reference in New Issue
Block a user