Added assistant

This commit is contained in:
Lukas Wölfer
2020-02-09 20:18:47 +01:00
parent 2a05095c49
commit 37cb35c90e
2 changed files with 228 additions and 0 deletions

View File

@@ -4,9 +4,12 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
mypy = "*"
[packages]
pyautogui = "*"
numpy = "*"
opencv-python = "*"
[requires]
python_version = "3.8"