-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (36 loc) · 984 Bytes
/
pyproject.toml
File metadata and controls
37 lines (36 loc) · 984 Bytes
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
[tool.poetry]
name = "TeenStudy"
version = "0.2.6"
description = "基于nonebot2的青年大学习自动提交插件,用于自动完成大学习,在后台留下记录,返回完成截图"
authors = ["TeenStudyFlow <[email protected]>"]
license="MIT"
readme="README.md"
homepage="https://github.com/YouthLearning/TeenStudy"
packages = [
{ include = "TeenStudy" },
]
[tool.poetry.dependencies]
python = "^3.8"
amis-python="^1.0.8"
anti-useragent="^1.0.10"
beautifulsoup4="^4.11.2"
bs4="^0.0.1"
fastapi="^0.100.0,<1.0.0"
httpx="^0.24.0,<1.0.0"
Jinja2="^3.1.2"
lxml="^4.9.2"
nonebot-adapter-onebot="^2.2.3"
nonebot-plugin-apscheduler="^0.3.0"
nonebot2="^2.0.0"
ddddocr="^1.4.7"
python-jose="^3.3.0"
tortoise-orm="^0.19.3"
ujson="^5.7.0"
uvicorn="^0.21.0,<1.0.0"
qrcode="^7.4.2"
psutil="^5.9.4"
pycryptodome="^3.17"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"