Skip to content

Commit 7717928

Browse files
committed
Update environment.yml to install pip dependencies from requirements.txt
1 parent d9807f0 commit 7717928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ channels:
44
- defaults
55
dependencies:
66
- python=3.9
7-
- pip
7+
- pip:
8+
- -r requirements.txt
89
- requests
910
- cryptography
1011
- authlib

0 commit comments

Comments
 (0)