forked from makedeb/mprweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
84 lines (77 loc) · 1.75 KB
/
setup.cfg
File metadata and controls
84 lines (77 loc) · 1.75 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[metadata]
name = aurweb
version = 1.0.0
[flake8]
max-line-length = 88
extend-ignore = E203 W503
[options]
package_dir =
aurweb=aurweb
install_requires =
# General
aiofiles==22.1.0
aiohttp==3.8.1
asgiref==3.5.0
bcrypt==3.2.0
beautifulsoup4==4.10.0
bleach==4.1.0
email-validator==1.1.3
fakeredis==1.7.1
feedgen==0.9.0
httpx==0.22.0
itsdangerous==2.1.2
lxml==4.8.0
makedeb-srcinfo==0.5.2
orjson==3.6.7
protobuf==3.20.0
pygit2==1.9.1
python-multipart==0.0.5
redis==3.5.3
requests==2.27.1
paginate==0.5.6
sentry-sdk[fastapi]==1.9.8
# SQL
alembic==1.7.7
mysqlclient==2.1.0
Authlib==1.0.0
Jinja2==3.1.1
Markdown==3.3.6
Werkzeug==2.1.1
SQLAlchemy==1.4.34
# ASGI
uvicorn==0.17.6
gunicorn==20.1.0
Hypercorn==0.13.2
mysql-connector==2.2.9
prometheus-fastapi-instrumentator==5.9.1
pytest-xdist==2.5.0
filelock==3.6.0
posix-ipc==1.0.5
pyalpm==0.10.6
fastapi==0.82.0
# Dev dependencies.
autoflake==1.4
black==22.3.0
flake8==4.0.1
isort==5.10.1
coverage==6.3.2
pytest==7.1.1
pytest-asyncio==0.18.3
pytest-cov==3.0.0
pytest-tap==3.3
[options.entry_points]
console_scripts =
aurweb-git-auth = aurweb.git.auth:main
aurweb-git-serve = aurweb.git.serve:main
aurweb-git-update = aurweb.git.update:main
aurweb-mkpkglists = aurweb.scripts.mkpkglists:main
aurweb-notify = aurweb.scripts.notify:main
aurweb-pkgmaint = aurweb.scripts.pkgmaint:main
aurweb-popupdate = aurweb.scripts.popupdate:main
aurweb-rendercomment = aurweb.scripts.rendercomment:main
aurweb-tuvotereminder = aurweb.scripts.tuvotereminder:main
aurweb-usermaint = aurweb.scripts.usermaint:main
aurweb-config = aurweb.scripts.config:main
aurweb-adduser = aurweb.scripts.adduser:main
aurweb-oodcheck = aurweb.scripts.oodcheck:main
aurweb-cleankeys = aurweb.scripts.cleankeys:main