first commit
This commit is contained in:
15
environment.yaml
Normal file
15
environment.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: rpa-robot
|
||||
|
||||
channels:
|
||||
- conda-forge
|
||||
- defaults
|
||||
|
||||
dependencies:
|
||||
- python=3.10
|
||||
- pip
|
||||
- pip:
|
||||
- rpaframework
|
||||
- robotframework-browser
|
||||
- pywinauto
|
||||
- pyautogui
|
||||
- pygetwindow
|
||||
Reference in New Issue
Block a user