generated from ZhaoQi99/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
71 lines (71 loc) · 1.32 KB
/
requirements.txt
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
# This file was autogenerated by uv via the following command:
# uv pip compile - -o requirements.txt
annotated-types==0.7.0
# via pydantic
asgiref==3.8.1
# via django
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
django==5.0.7
# via django-ninja
django-ninja==1.2.2
greenlet==3.0.3
# via playwright
h11==0.14.0
# via
# hypercorn
# wsproto
h2==4.1.0
# via hypercorn
hpack==4.0.0
# via h2
hypercorn==0.17.3
hyperframe==6.0.1
# via h2
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
packaging==24.1
# via pytest
pip==24.0
playwright==1.45.0
# via pytest-playwright
pluggy==1.5.0
# via pytest
priority==2.0.0
# via hypercorn
pydantic==2.8.2
# via django-ninja
pydantic-core==2.20.1
# via pydantic
pyee==11.1.0
# via playwright
pytest==8.2.2
# via
# pytest-base-url
# pytest-playwright
pytest-base-url==2.1.0
# via pytest-playwright
pytest-playwright==0.5.1
python-slugify==8.0.4
# via pytest-playwright
requests==2.32.3
# via pytest-base-url
sqlparse==0.5.1
# via django
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# pyee
urllib3==2.2.2
# via requests
uv==0.2.26
wsproto==1.2.0
# via hypercorn