forked from thilojaeggi/WinGetty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
70 lines (70 loc) · 1.63 KB
/
Copy pathpyproject.toml
File metadata and controls
70 lines (70 loc) · 1.63 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
[project]
name = "wingetty"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"alembic==1.11.1",
"bcrypt==4.0.1",
"blinker==1.6.2",
"boto3==1.28.74",
"botocore==1.31.74",
"certifi==2023.7.22",
"cffi>=1.17.1",
"charset-normalizer==3.3.1",
"cli-helpers==2.3.0",
"click==8.1.3",
"colorama==0.4.6",
"configobj==5.0.8",
"cryptography==41.0.4",
"dynaconf==3.1.12",
"Flask==2.3.2",
"Flask-Bcrypt==1.0.1",
"flask-htmx==0.3.1",
"Flask-Login==0.6.2",
"Flask-Migrate==4.0.4",
"Flask-SQLAlchemy==3.0.3",
"Flask-WTF==1.1.1",
"gevent==25.5.1",
"greenlet>=3.2.2",
"gunicorn==20.1.0",
"idna==3.4",
"importlib-metadata==6.6.0",
"itsdangerous==2.1.2",
"Jinja2==3.1.2",
"jmespath==1.0.1",
"litecli==1.9.0",
"Mako==1.2.4",
"MarkupSafe==2.1.2",
"packaging==23.2",
"pip-check-reqs==2.5.3",
"prompt-toolkit==3.0.39",
"psycopg2-binary==2.9.9",
"pycparser==2.21",
"Pygments==2.16.1",
"PyMySQL==1.1.0",
"pyOpenSSL==23.2.0",
"python-dateutil==2.8.2",
"python-dotenv==1.0.0",
"requests==2.31.0",
"s3transfer==0.7.0",
"six==1.16.0",
"SQLAlchemy==2.0.15",
"sqlparse==0.4.4",
"tabulate==0.9.0",
"typing_extensions==4.6.2",
"urllib3==1.26.18",
"wcwidth==0.2.9",
"Werkzeug==2.3.4",
"WTForms==3.0.1",
"zipp==3.15.0",
"zope.event==5.0",
"zope.interface==6.1",
"fastapi==0.103.2",
"pydantic>=1.10,<2",
"uvicorn==0.23.2",
"httpx==0.27.0",
"azure-storage-blob==12.16.0",
"python-multipart==0.0.9",
"pytest==8.0.0",
"pytest-asyncio==0.23.5",
]