8000 Merge pull request #3 from Peketin/condaupdate · robocorp/example-windows-notepad@74a7f10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 74a7f10

Browse files
authored
Merge pull request #3 from Peketin/condaupdate
updated conda & gitignore
2 parents f5348c3 + 135bea1 commit 74a7f10

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
testrun/
21
output/
32
venv/
43
temp/
54
.rpa/
65
.idea/
76
.ipynb_checkpoints/
8-
.virtual_documents/
97
*/.ipynb_checkpoints/*
8+
.virtual_documents/
9+
*/.virtual_documents/*
1010
.vscode
1111
.DS_Store
1212
*.pyc
1313
*.zip
14-
*.png
14+
*/work-items-out/*
15+
testrun/*
16+
.~lock*
17+
*.pkl

conda.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ channels:
22
- conda-forge
33

44
dependencies:
5-
- python=3.7.5
6-
- pip=20.1
5+
- python=3.9.13 # https://pyreadiness.org/3.9/
6+
- pip=22.3 # https://pip.pypa.io/en/stable/news/
77
- pip:
8-
- rpaframework==13.0.0
8+
- rpaframework==19.0.0 # https://rpaframework.org/releasenotes.html

0 commit comments

Comments
 (0)
0