加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.txt 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
a76yyyy 提交于 2022-09-06 11:39 . Add required package for pymysql
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.tuna.tsinghua.edu.cn/simple
aiofiles==22.1.0
aiomysql==0.1.1
aiosqlite==0.17.0
async-timeout==4.0.2; python_version >= '3.6'
certifi==2022.6.15; python_version >= '3.6'
cffi==1.15.1
chardet==5.0.0
charset-normalizer==2.1.1; python_version >= '3.6'
colorama==0.4.5; sys_platform == 'win32'
croniter==1.3.5
# ddddocr==1.4.3
cryptography==37.0.4
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
faker==14.2.0
greenlet==1.1.3; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
idna==3.3; python_version >= '3.5'
incremental==21.3.0
jinja2==3.1.2
markupsafe==2.1.1; python_version >= '3.7'
# opencv-python-headless==4.5.5.62
packaging==21.3; python_version >= '3.6'
passlib==1.7.4
pbkdf2==1.3
protobuf==3.20.1; python_version >= '3.7'
pycryptodome==3.15.0
# pycurl==7.45.1
pymysql==1.0.2; python_version >= '3.6'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pysocks==1.7.1
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2022.2.1
redis==4.3.4
requests==2.28.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy[asyncio]==1.4.40
tornado==6.2
typing-extensions==4.3.0; python_version >= '3.7'
u-msgpack-python==2.7.1
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4.0'
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化