更新 requirements.txt
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [V2.0] - 2019-12-31
|
||||
## [V2.0.0] - 2019-12-31
|
||||
### Added
|
||||
- 重构代码结构
|
||||
- 支持使用 sqlite, mysql 数据库
|
||||
|
||||
@@ -1,16 +1,22 @@
|
||||
-i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
aiohttp==3.6.2
|
||||
aiomysql==0.0.20
|
||||
aioredis==1.3.1
|
||||
aiosqlite==0.11.0
|
||||
async-timeout==3.0.1
|
||||
attrs==19.3.0
|
||||
cffi==1.13.2
|
||||
chardet==3.0.4
|
||||
ciso8601==2.1.2
|
||||
cryptography==2.8
|
||||
hiredis==1.0.1
|
||||
idna==2.8
|
||||
multidict==4.7.3
|
||||
pycparser==2.19
|
||||
pymysql==0.9.2
|
||||
pypika==0.35.18
|
||||
redis==3.3.11
|
||||
six==1.13.0
|
||||
toml==0.10.0
|
||||
tortoise-orm==0.15.4
|
||||
typing-extensions==3.7.4.1
|
||||
|
||||
Reference in New Issue
Block a user