зеркало из https://github.com/mozilla/iris.git
41 строка
787 B
TOML
41 строка
787 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
iris = {path = ".",editable = true}
|
|
pyautogui = "==0.9.41"
|
|
coloredlogs = "==10.0"
|
|
python-dateutil = "==2.8.0"
|
|
opencv-python = "==4.0.0.21" #"==3.4.3.18"
|
|
pytesseract = "==0.2.6"
|
|
numpy = "==1.16.1"
|
|
image = "==1.5.27"
|
|
pyperclip = "==1.7.0"
|
|
packaging = "==19.0"
|
|
gitpython = "==2.1.11"
|
|
pynput = "==1.4"
|
|
mozinstall = "==2.0.0"
|
|
mozdownload = "==1.26"
|
|
mozversion = "==2.1.0"
|
|
mozinfo = "==1.0.0"
|
|
mozlog = "==4.0"
|
|
mozrunner = "==7.4.0"
|
|
mss = "==4.0.1"
|
|
more-itertools = "==5.0.0"
|
|
pytest = "*"
|
|
pygithub = "*"
|
|
bugzilla = "*"
|
|
psutil = "*"
|
|
funcy = "==1.11"
|
|
# Platform dependencies
|
|
xlib = {platform_system = "== 'Linux'",version = "==0.21"}
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
pep8 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|