Skip to content

Commit b7ae889

Browse files
committed
feat:新增sql文件及项目依赖文件
1 parent 5b92da1 commit b7ae889

File tree

2 files changed

+807
-0
lines changed

2 files changed

+807
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
aioredis==2.0.1
2+
anyio==3.6.2
3+
APScheduler==3.10.4
4+
async-timeout==4.0.2
5+
bcrypt==4.0.1
6+
blinker==1.6.2
7+
Brotli==1.0.9
8+
certifi==2023.5.7
9+
cffi==1.15.1
10+
charset-normalizer==3.1.0
11+
click==8.1.3
12+
colorama==0.4.6
13+
cryptography==40.0.2
14+
dash==2.10.2
15+
dash-core-components==2.0.0
16+
dash-html-components==2.0.0
17+
dash-table==5.0.0
18+
DateTime==5.1
19+
decorator==5.1.1
20+
dnspython==2.3.0
21+
ecdsa==0.18.0
22+
email-validator==2.0.0.post2
23+
et-xmlfile==1.1.0
24+
fastapi==0.95.1
25+
feffery-antd-charts==0.0.1rc17
26+
feffery-antd-components==0.2.9
27+
feffery-markdown-components==0.2.10
28+
feffery-utils-components==0.1.28
29+
Flask==2.2.5
30+
Flask-Compress==1.13
31+
greenlet==2.0.2
32+
h11==0.14.0
33+
httpcore==0.17.0
34+
httptools==0.5.0
35+
httpx==0.24.0
36+
idna==3.4
37+
importlib-metadata==6.6.0
38+
itsdangerous==2.1.2
39+
Jinja2==3.1.2
40+
jsonpath-ng==1.5.3
41+
loguru==0.7.0
42+
MarkupSafe==2.1.2
43+
numpy==1.24.3
44+
openpyxl==3.1.2
45+
orjson==3.8.12
46+
packaging==23.1
47+
pandas==1.5.3
48+
passlib==1.7.4
49+
Pillow==10.0.0
50+
plotly==5.14.1
51+
ply==3.11
52+
psutil==5.9.5
53+
psycopg2==2.9.6
54+
pyasn1==0.5.0
55+
pycparser==2.21
56+
pydantic==1.10.7
57+
PyMySQL==1.0.3
58+
python-dateutil==2.8.2
59+
python-dotenv==1.0.0
60+
python-jose==3.3.0
61+
python-multipart==0.0.6
62+
pytz==2023.3
63+
PyYAML==6.0
64+
redis==4.5.5
65+
requests==2.30.0
66+
rsa==4.9
67+
six==1.16.0
68+
sniffio==1.3.0
69+
SQLAlchemy==1.4.48
70+
starlette==0.26.1
71+
tenacity==8.2.2
72+
typing_extensions==4.5.0
73+
tzdata==2023.3
74+
tzlocal==5.0.1
75+
ua-parser==0.16.1
76+
ujson==5.7.0
77+
urllib3==2.0.2
78+
user-agents==2.2.0
79+
uvicorn==0.22.0
80+
waitress==2.1.2
81+
watchfiles==0.19.0
82+
websockets==11.0.3
83+
Werkzeug==2.2.3
84+
win32-setctime==1.1.0
85+
WTForms==3.0.1
86+
zipp==3.15.0
87+
zope.interface==6.0

0 commit comments

Comments
 (0)