-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
105 lines (105 loc) · 2.56 KB
/
pyproject.toml
File metadata and controls
105 lines (105 loc) · 2.56 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[project]
name = "blogapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"asgiref==3.8.1",
"asttokens==3.0.0",
"attrs==25.3.0",
"beautifulsoup4==4.13.5",
"bs4==0.0.2",
"certifi==2025.6.15",
"cffi==1.17.1",
"charset-normalizer==3.4.2",
"colorama==0.4.6",
"comm==0.2.3",
"cryptography==45.0.4",
"debugpy==1.8.16",
"decorator==5.2.1",
"defusedxml==0.7.1",
"diff-match-patch==20241021",
"distlib==0.3.9",
"dj-database-url==1.3.0",
"django==4.2.7",
"django-extensions==4.1",
"django-filter==23.3",
"django-import-export==4.3.7",
"django-templated-mail==1.1.1",
"djangorestframework==3.14.0",
"djangorestframework-simplejwt==5.5.0",
"djoser==2.2.0",
"drf-yasg==1.21.10",
"et-xmlfile==2.0.0",
"executing==2.2.1",
"filelock==3.18.0",
"git-filter-repo==2.47.0",
"gunicorn==21.2.0",
"h11==0.16.0",
"idna==3.10",
"inflection==0.5.1",
"iniconfig==2.1.0",
"ipykernel==6.30.1",
"ipython==9.5.0",
"ipython-pygments-lexers==1.1.1",
"jedi==0.19.2",
"jupyter-client==8.6.3",
"jupyter-core==5.8.1",
"matplotlib-inline==0.1.7",
"nest-asyncio==1.6.0",
"numpy==2.3.2",
"oauthlib==3.2.2",
"openpyxl==3.1.5",
"outcome==1.3.0.post0",
"packaging==25.0",
"pandas==2.3.2",
"parso==0.8.5",
"pillow==11.3.0",
"pipenv==2025.0.3",
"platformdirs==4.3.8",
"pluggy==1.6.0",
"prompt-toolkit==3.0.52",
"psutil==7.0.0",
"psycopg2-binary==2.9.9",
"pure-eval==0.2.3",
"pycparser==2.22",
"pygments==2.19.2",
"pyjwt==2.9.0",
"pysocks==1.7.1",
"pytest==8.4.1",
"python-dateutil==2.9.0.post0",
"python-decouple==3.8",
"python-dotenv==1.1.1",
"python3-openid==3.2.0",
"pytz==2025.2",
"pywin32==311",
"pyyaml==6.0.2",
"pyzmq==27.1.0",
"requests==2.32.4",
"requests-oauthlib==2.0.0",
"selenium==4.33.0",
"setuptools==80.9.0",
"six==1.17.0",
"sniffio==1.3.1",
"social-auth-app-django==5.4.3",
"social-auth-core==4.6.1",
"sortedcontainers==2.4.0",
"soupsieve==2.8",
"sqlparse==0.5.3",
"stack-data==0.6.3",
"tablib==3.8.0",
"tornado==6.5.2",
"traitlets==5.14.3",
"trio==0.30.0",
"trio-websocket==0.12.2",
"typing-extensions==4.13.2",
"tzdata==2025.2",
"uritemplate==4.2.0",
"urllib3==2.4.0",
"virtualenv==20.31.2",
"wcwidth==0.2.13",
"websocket-client==1.8.0",
"whitenoise==6.9.0",
"wsproto==1.2.0",
]