Skip to content

Commit d3298eb

Browse files
committed
Add fire and fastapi
1 parent 13215ab commit d3298eb

File tree

2 files changed

+239
-128
lines changed

2 files changed

+239
-128
lines changed

environment.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: python_for_systems_programming
22
channels:
3-
- defaults
3+
- conda-forge
44
dependencies:
55
- paramiko
66
- matplotlib
@@ -10,6 +10,10 @@ dependencies:
1010
- fabric
1111
- numpy
1212
- jupyterlab
13-
pip:
14-
- schedule
15-
prefix: /home/gjb/miniconda3/envs/python_for_systems_programming
13+
- uvicorn
14+
- ca-certificates
15+
- certifi
16+
- openssl
17+
- fastapi
18+
- fire
19+
prefix: /home/gjb/mambaforge/envs/python_for_systems_programming

0 commit comments

Comments
 (0)