Files
my-botty/environment.yml
2021-12-28 14:40:28 +01:00

22 lines
313 B
YAML

name: botty
dependencies:
- python=3.9
- pip
- pip:
- pyinstaller
- opencv-python
- transitions
- mss
- numpy
- mouse
- keyboard
- beautifultable
- pytweening
- requests
- coverage
- pytest
- pytest-env
- pytest-pythonpath
- graphviz
- psutil