Files
my-botty/environment.yml
mgleed 3e6f9a9bf1 Migrate from Python 3.9 to 3.10 (#826)
* 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>
2022-06-05 08:01:28 -04:00

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