Skip to content

Commit 126f31b

Browse files
committed
update python package
add tortoise db
1 parent eb6ea8e commit 126f31b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

db.sqlite3.tortoise

12 KB
Binary file not shown.

requirements

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
aioredis==1.3.1
2+
aiosqlite==0.15.0
23
asgiref==3.2.10
34
async-timeout==3.0.1
45
attrs==20.2.0
@@ -15,17 +16,21 @@ hiredis==1.1.0
1516
hyperlink==20.0.1
1617
idna==2.10
1718
incremental==17.5.0
19+
iso8601==0.1.13
1820
msgpack==1.0.0
1921
Pillow==7.2.0
2022
pyasn1==0.4.8
2123
pyasn1-modules==0.2.8
2224
pycparser==2.20
2325
PyHamcrest==2.0.2
2426
pyOpenSSL==19.1.0
27+
PyPika==0.42.1
2528
pytz==2020.1
2629
service-identity==18.1.0
2730
six==1.15.0
2831
sqlparse==0.3.1
32+
tortoise-orm==0.16.16
2933
Twisted==20.3.0
3034
txaio==20.4.1
35+
typing-extensions==3.7.4.3
3136
zope.interface==5.1.0

0 commit comments

Comments
 (0)