-
Notifications
You must be signed in to change notification settings - Fork 0
/
browser_15_1_0.yaml
20 lines (17 loc) · 994 Bytes
/
browser_15_1_0.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# For more details on the format and content:
# https://github.com/robocorp/rcc/blob/master/docs/recipes.md#what-is-in-condayaml
# Tip: Adding a link to the release notes of the packages helps maintenance and security.
channels:
- conda-forge
dependencies:
# Define conda-forge packages here -> https://anaconda.org/search
# When available, prefer the conda-forge packages over pip as installations are more efficient.
- python=3.9.13 # https://pyreadiness.org/3.9/
- nodejs=16.14.2 # https://github.com/nodejs/node/blob/main/CHANGELOG.md
- pip=22.1.2 # https://pip.pypa.io/en/stable/news/
- pip:
# Define pip packages here -> https://pypi.org/
- robotframework-browser==15.1.0 # https://github.com/MarketSquare/robotframework-browser/releases
- rpaframework==19.4.1 # https://rpaframework.org/releasenotes.html
rccPostInstall:
- rfbrowser init # Initialize Playwright