28 lines
495 B
TOML
28 lines
495 B
TOML
[[source]]
|
|
url = "https://mirrors.cloud.tencent.com/pypi/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
numpy = "==1.26.4"
|
|
aiomysql = ">=0.1.1"
|
|
Brotli = ">=1.0.9"
|
|
creart = "==0.2.2"
|
|
creart-graia = "==0.1.5"
|
|
emoji = ">=2.2.0"
|
|
graia-ariadne = "==0.9.8"
|
|
graia-broadcast = "==0.19.2"
|
|
graia-saya = "==0.0.16"
|
|
jieba = ">=0.42.1"
|
|
matplotlib = "==3.7.1"
|
|
Pillow = "==9.5.0"
|
|
redis = ">=4.5.5"
|
|
scipy = ">=1.10.0"
|
|
wordcloud = ">=1.8.2.2"
|
|
|
|
[dev-packages]
|
|
ipython="*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|