* Revert tesserocr to conda-forge rather than pip Tesserocr with Tesseract > 5 works with pip install but installer fails if user doesn't have VS compilers. Will revisit * fixed by providing precompiled tesserocr
33 lines
521 B
YAML
33 lines
521 B
YAML
name: botty
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.9
|
|
- pywin32
|
|
- pip
|
|
- leptonica
|
|
- tesseract>=5.0.1
|
|
- pkg-config
|
|
- pip:
|
|
- pyinstaller
|
|
- opencv-python
|
|
- transitions
|
|
- mss
|
|
- numpy
|
|
- mouse
|
|
- keyboard
|
|
- beautifultable
|
|
- pytweening
|
|
- requests
|
|
- coverage
|
|
- pytest
|
|
- pytest-env
|
|
- pytest-pythonpath
|
|
- graphviz
|
|
- psutil
|
|
- cryptography
|
|
- pillow
|
|
- discord.py
|
|
- parse
|
|
- dependencies/tesserocr-2.5.2-cp39-cp39-win_amd64.whl
|