16 lines
227 B
YAML
16 lines
227 B
YAML
name: rpa-robot
|
|
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
|
|
dependencies:
|
|
- python=3.10
|
|
- pip
|
|
- pip:
|
|
- rpaframework
|
|
- robotframework-browser
|
|
- pywinauto
|
|
- pyautogui
|
|
- pygetwindow
|