Files
my-botty/environment.yml
T
mgleed c65ae545df Bugfix: Provide precompiled tesserocr (#520)
* 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
2022-02-06 15:14:12 -05:00

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