forked from qd-today/qd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
42 lines (37 loc) · 915 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[[source]]
url = "https://mirrors.cloud.tencent.com/pypi/simple/"
verify_ssl = true
name = "tencent"
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[pipenv]
install_search_all_sources = true
[packages]
tornado = "*"
charset-normalizer = "*"
requests = {version = "*", index = "pypi"}
pbkdf2 = "*"
pycryptodome = {version = "*", index = "pypi"}
croniter = {version = "*", index = "pypi"}
Jinja2 = "*"
redis = "*"
incremental = "*"
u-msgpack-python = {version = "*", index = "pypi"}
pysocks = "*"
faker = {version = "*", index = "pypi"}
colorama = {version = "*", markers="sys_platform == 'win32'"}
aiofiles = "*"
passlib = "*"
aiomysql = "*"
aiosqlite = "*"
cryptography = "*"
aiohttp = "*"
sqlalchemy = {version = "<2.0", extras = ["asyncio"]}
tzdata = "*"
[dev-packages]
#ddddocr = "*"
#pycurl = {version = "*", markers="sys_platform != 'win32'"}
[requires]
python_version = "3.11"