pg-13 commited on
Commit
6279d09
·
verified ·
1 Parent(s): 8af80a1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -23
requirements.txt CHANGED
@@ -1,26 +1,26 @@
1
  # This file may be used to create an environment using:
2
  # $ conda create --name <env> --file <this file>
3
  # platform: osx-64
4
- dataclasses==0.8=pyh6d0b6a4_7
5
- flask==2.0.3=pyhd3eb1b0_0
6
- itsdangerous==2.0.1=pyhd3eb1b0_0
7
- jinja2==3.0.3=pyhd3eb1b0_0
8
- krb5==1.20.1=h428f121_1
9
- libcxx==14.0.6=h9765a3e_0
10
- libedit==3.1.20221030=h6c40b1e_0
11
- libffi==3.4.4=hecd8cb5_0
12
- libpq==12.15=h04015c4_1
13
- markupsafe==2.1.1=py38hca72f7f_0
14
- ncurses==6.4=hcec6c5f_0
15
- openssl==3.0.10=hca72f7f_0
16
- pip==23.2.1=py38hecd8cb5_0
17
- psycopg2==2.8.6=py38hbcfaee0_1
18
- python==3.8.17=h5ee71fb_0
19
- readline==8.2=hca72f7f_0
20
- setuptools==68.0.0=py38hecd8cb5_0
21
- sqlite==3.41.2=h6c40b1e_0
22
- tk==8.6.12=h5d9f67b_0
23
- werkzeug==2.0.3=pyhd3eb1b0_0
24
- wheel==0.38.4=py38hecd8cb5_0
25
- xz==5.4.2=h6c40b1e_0
26
- zlib==1.2.13=h4dc903c_0
 
1
  # This file may be used to create an environment using:
2
  # $ conda create --name <env> --file <this file>
3
  # platform: osx-64
4
+ dataclasses
5
+ flask==2.0.3
6
+ itsdangerous==2.0.1
7
+ jinja2==3.0.3
8
+ krb5==1.20.1
9
+ libcxx==14.0.6
10
+ libedit==3.1.20221030
11
+ libffi==3.4.4
12
+ libpq==12.15
13
+ markupsafe==2.1.1
14
+ ncurses==6.4
15
+ openssl==3.0.10
16
+ pip==23.2.1
17
+ psycopg2==2.8.6
18
+ python==3.8.17
19
+ readline==8.2
20
+ setuptools==68.0.0
21
+ sqlite==3.41.2
22
+ tk==8.6.12
23
+ werkzeug==2.0.3
24
+ wheel==0.38.4
25
+ xz==5.4.2
26
+ zlib==1.2.13