Skip to content

Commit 665d23d

Browse files
committed
Export poetry lock file to requirements.txt for render
1 parent d220171 commit 665d23d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

requirements.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
certifi==2024.2.2; python_version >= "3.7"
2+
charset-normalizer==3.3.2; python_full_version >= "3.7.0" and python_version >= "3.7"
3+
click==8.1.7; python_version >= "3.7"
4+
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.7.0"
5+
dash-core-components==2.0.0; python_version >= "3.6"
6+
dash-html-components==2.0.0; python_version >= "3.6"
7+
dash-iconify==0.1.2
8+
dash-mantine-components==0.14.0
9+
dash-table==5.0.0; python_version >= "3.6"
10+
dash==2.15.0; python_version >= "3.6"
11+
flask==2.2.5; python_version >= "3.7"
12+
idna==3.7; python_version >= "3.7"
13+
importlib-metadata==6.7.0; python_version < "3.8" and python_version >= "3.7"
14+
itsdangerous==2.1.2; python_version >= "3.7"
15+
jinja2==3.1.3; python_version >= "3.7"
16+
jsonpath==0.82.2
17+
markupsafe==2.1.5; python_version >= "3.7"
18+
mistune==3.0.2; python_version >= "3.7"
19+
nest-asyncio==1.6.0; python_version >= "3.6"
20+
packaging==24.0; python_version >= "3.7"
21+
plotly==5.18.0; python_version >= "3.6"
22+
requests==2.31.0; python_version >= "3.7"
23+
retrying==1.3.4; python_version >= "3.6"
24+
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
25+
tenacity==8.2.3; python_version >= "3.7"
26+
typing-extensions==4.7.1; python_version < "3.8" and python_version >= "3.7"
27+
urllib3==2.0.7; python_version >= "3.7"
28+
werkzeug==2.2.3; python_version >= "3.7"
29+
zipp==3.15.0; python_version < "3.10" and python_version >= "3.7"

0 commit comments

Comments
 (0)