Skip to content

Commit 1ff2a35

Browse files
committedSep 25, 2024
fix(demo): requirements in the good format
1 parent 60e26e2 commit 1ff2a35

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed
 

‎demo/requirements.txt

+33-32
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,55 @@
1-
anaconda-anon-usage @ file:///croot/anaconda-anon-usage_1710965072196/work
2-
archspec @ file:///croot/archspec_1709217642129/work
1+
anaconda-anon-usage==0.4.4
2+
archspec==0.2.3
33
blinker==1.8.2
4-
boltons @ file:///work/perseverance-python-buildout/croot/boltons_1698851177130/work
5-
Brotli @ file:///croot/brotli-split_1714483155106/work
6-
certifi @ file:///croot/certifi_1720453481653/work/certifi
7-
cffi @ file:///croot/cffi_1714483155441/work
8-
charset-normalizer @ file:///croot/charset-normalizer_1721748349566/work
4+
boltons==23.0.0
5+
Brotli==1.0.9
6+
certifi==2024.7.4
7+
cffi==1.16.0
8+
charset-normalizer==3.3.2
99
click==8.1.7
10-
conda @ file:///croot/conda_1722004606466/work
11-
conda-content-trust @ file:///croot/conda-content-trust_1714483159009/work
12-
conda-libmamba-solver @ file:///croot/conda-libmamba-solver_1721662679737/work/src
13-
conda-package-handling @ file:///croot/conda-package-handling_1718138267740/work
14-
conda_package_streaming @ file:///croot/conda-package-streaming_1718136078615/work
15-
cryptography @ file:///croot/cryptography_1714660666131/work
10+
conda==24.7.1
11+
conda-content-trust==0.2.0
12+
conda-libmamba-solver==24.7.0
13+
conda-package-handling==2.3.0
14+
conda_package_streaming==0.10.0
15+
cryptography==42.0.5
1616
dash==2.18.1
1717
dash-core-components==2.0.0
1818
dash-html-components==2.0.0
19-
dash-table==5.0.0
2019
dash_react_syntax_highlighter==0.0.1
21-
distro @ file:///croot/distro_1714488253808/work
20+
dash-table==5.0.0
21+
distro==1.9.0
2222
Flask==3.0.3
23-
frozendict @ file:///croot/frozendict_1713194832637/work
24-
idna @ file:///croot/idna_1714398848350/work
23+
frozendict==2.4.2
24+
idna==3.7
2525
importlib_metadata==8.5.0
2626
itsdangerous==2.2.0
2727
Jinja2==3.1.4
28-
jsonpatch @ file:///croot/jsonpatch_1714483231291/work
28+
jsonpatch==1.33
2929
jsonpointer==2.1
30-
libmambapy @ file:///croot/mamba-split_1714483352891/work/libmambapy
30+
libmambapy==1.5.8
3131
MarkupSafe==2.1.5
32-
menuinst @ file:///croot/menuinst_1723567589013/work
32+
menuinst==2.1.2
3333
nest-asyncio==1.6.0
34-
packaging @ file:///croot/packaging_1720101850331/work
35-
platformdirs @ file:///work/perseverance-python-buildout/croot/platformdirs_1701732573265/work
34+
packaging==24.1
35+
pip==24.2
36+
platformdirs==3.10.0
3637
plotly==5.24.1
37-
pluggy @ file:///work/perseverance-python-buildout/croot/pluggy_1698805497733/work
38-
pycosat @ file:///croot/pycosat_1714510623388/work
39-
pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
40-
PySocks @ file:///work/perseverance-python-buildout/croot/pysocks_1698845478203/work
41-
requests @ file:///croot/requests_1721410876868/work
38+
pluggy==1.0.0
39+
pycosat==0.6.6
40+
pycparser==2.21
41+
PySocks==1.7.1
42+
requests==2.32.3
4243
retrying==1.3.4
43-
ruamel.yaml @ file:///work/perseverance-python-buildout/croot/ruamel.yaml_1698863605521/work
44+
ruamel.yaml==0.17.21
4445
setuptools==72.1.0
4546
six==1.16.0
4647
tenacity==9.0.0
47-
tqdm @ file:///croot/tqdm_1716395931952/work
48-
truststore @ file:///work/perseverance-python-buildout/croot/truststore_1701735771625/work
48+
tqdm==4.66.4
49+
truststore==0.8.0
4950
typing_extensions==4.12.2
50-
urllib3 @ file:///croot/urllib3_1718912636303/work
51+
urllib3==2.2.2
5152
Werkzeug==3.0.4
5253
wheel==0.43.0
5354
zipp==3.20.2
54-
zstandard @ file:///croot/zstandard_1714677652653/work
55+
zstandard==0.22.0

0 commit comments

Comments
 (0)