Skip to content

Commit 99c3686

Browse files
authored
Merge pull request #86 from dtinit/chore/update-requirements
chore: update requirements.txt
2 parents 4bac01f + 21becbd commit 99c3686

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

requirements.txt

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,44 @@
1-
Django==5.1.3 ; python_version >= "3.11"
1+
asgiref==3.8.1
22
autopep8==2.3.1
3+
beautifulsoup4==4.13.3
4+
build==1.2.2.post1
5+
certifi==2025.1.31
6+
cffi==1.17.1
7+
charset-normalizer==3.4.1
8+
click==8.1.8
9+
coverage==7.6.12
10+
cryptography==44.0.2
11+
Django==5.1.3 ; python_version >= "3.11"
312
django-environ==0.11.2
413
django-oauth-toolkit==3.0.1
514
django-tree-queries==0.19.0
615
djangorestframework==3.15.2
716
factory_boy==3.3.1
17+
Faker==37.0.0
818
html-sanitizer==2.4.4
19+
idna==3.10
20+
iniconfig==2.0.0
21+
jwcrypto==1.5.6
22+
lxml==5.3.1
23+
lxml_html_clean==0.4.1
924
Markdown==3.7
25+
oauthlib==3.2.2
26+
packaging==24.2
1027
pip-tools==7.4.1
28+
pluggy==1.5.0
1129
psycopg2==2.9.10
30+
pycodestyle==2.12.1
31+
pycparser==2.22
32+
pyproject_hooks==1.2.0
1233
pytest==8.3.3
1334
pytest-cov==6.0.0
1435
pytest-django==4.9.0
15-
requests==2.32.3
36+
requests==2.32.3
37+
ruff==0.9.10
38+
setuptools==76.0.0
39+
soupsieve==2.6
40+
sqlparse==0.5.3
41+
typing_extensions==4.12.2
42+
tzdata==2025.1
43+
urllib3==2.3.0
44+
wheel==0.45.1

0 commit comments

Comments
 (0)