Skip to content

Commit 20a4c0f

Browse files
Update requirement file (#44)
* Ensure Django Model Classes Implement a `__str__` Method * This commit removes unnecessary dependencies from the requirements file and updates the versions of Python package dependencies. - Remove unnecessary dependencies from requirements file - Streamline project - Improve performance - Update versions of Python package dependencies - Ensure compatibility - Optimize performance * Bump asgiref and typing extensions * update requirements file --------- Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
1 parent 616d755 commit 20a4c0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirement.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
-i https://pypi.org/simple
22
annotated-types==0.6.0; python_version >= '3.8'
3-
asgiref==3.7.2; python_version >= '3.7'
3+
asgiref==3.8.1; python_version >= '3.8'
44
click==8.1.7; python_version >= '3.7'
55
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
66
django==5.0.4; python_version >= '3.10'
77
django-ninja==1.1.0; python_version >= '3.7'
88
granian==1.3.0; python_version >= '3.8'
99
orjson==3.10.1; python_version >= '3.8'
1010
packaging==24.0; python_version >= '3.7'
11+
pip==24.0; python_version >= '3.7'
1112
pltable==1.1.0
1213
pydantic==2.5.3; python_version >= '3.7'
1314
pydantic-core==2.14.6; python_version >= '3.7'
1415
python-dotenv==1.0.1; python_version >= '3.8'
1516
sqlparse==0.5.0; python_version >= '3.8'
16-
typing-extensions==4.9.0; python_version >= '3.8'
17+
typing-extensions==4.11.0; python_version >= '3.8'
1718
tzdata==2024.1; python_version >= '2'

0 commit comments

Comments
 (0)