* migrate from python 3.9 to 3.10, recompiled tesserocr * cleanup old types, change all Unions to | * add a few match/case statements * Update ci.yml Co-authored-by: aeon0 <aeon4@pm.me>
35 lines
578 B
YAML
35 lines
578 B
YAML
name: botty
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.10
|
|
- 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-cp310-cp310-win_amd64.whl
|
|
- typing_extensions
|
|
- rapidfuzz
|
|
- colorama |