-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
57 lines (57 loc) · 1.3 KB
/
environment.yaml
File metadata and controls
57 lines (57 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: restfulapi
channels:
- defaults
dependencies:
- ca-certificates=2022.2.1=hecd8cb5_0
- certifi=2021.10.8=py39hecd8cb5_2
- libcxx=12.0.0=h2f01273_0
- libffi=3.3=hb1e8313_2
- ncurses=6.3=hca72f7f_2
- openssl=1.1.1m=hca72f7f_0
- python=3.9.7=h88f2d9e_1
- readline=8.1.2=hca72f7f_1
- sqlite=3.37.2=h707629a_0
- tk=8.6.11=h7bc2e8c_0
- tzdata=2021e=hda174b7_0
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.5=h1de35cc_0
- zlib=1.2.11=h4dc903c_4
- pip:
- amqp==5.0.9
- anyio==3.5.0
- asgiref==3.5.0
- billiard==3.6.4.0
- celery==5.2.3
- charset-normalizer==2.0.12
- click==8.0.4
- click-didyoumean==0.3.0
- click-plugins==1.1.1
- click-repl==0.2.0
- deprecated==1.2.13
- fastapi==0.75.0
- h11==0.13.0
- idna==3.3
- jinja2==3.0.3
- kombu==5.2.3
- markupsafe==2.1.0
- packaging==21.3
- pip==22.0.3
- prompt-toolkit==3.0.28
- pydantic==1.9.0
- pyparsing==3.0.7
- pysocks==1.7.1
- pytz==2021.3
- redis==4.1.4
- requests==2.27.1
- setuptools==59.6.0
- six==1.16.0
- sniffio==1.2.0
- starlette==0.17.1
- stem==1.8.0
- typing-extensions==4.1.1
- urllib3==1.26.8
- uvicorn==0.17.5
- vine==5.0.0
- wcwidth==0.2.5
- wrapt==1.13.3
prefix: /opt/miniconda3/envs/restfulapi