Skip to content

Commit

Permalink
Add updated packages exported from pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudev-gm committed Apr 16, 2024
1 parent 4f58e53 commit cb388f4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
-i https://pypi.org/simple
annotated-types==0.6.0; python_version >= '3.8'
asgiref==3.7.2; python_version >= '3.7'
asgiref==3.8.1; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; platform_system == 'Windows'
coloredlogs==15.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
django==5.0.3; python_version >= '3.10'
django==5.0.4; python_version >= '3.10'
django-ninja==1.1.0; python_version >= '3.7'
flatbuffers==24.3.7
granian==1.1.2; python_version >= '3.8'
flatbuffers==24.3.25
granian==1.2.3; python_version >= '3.8'
humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
magika==0.5.1; python_version < '3.13' and python_version >= '3.8'
mpmath==1.3.0
numpy==1.26.4; python_version < '3.13' and python_version >= '3.9'
onnxruntime==1.17.1
onnxruntime==1.17.3
packaging==24.0; python_version >= '3.7'
protobuf==5.26.0; python_version >= '3.8'
pydantic==2.6.4; python_version >= '3.8'
pydantic-core==2.16.3; python_version >= '3.8'
protobuf==5.26.1; python_version >= '3.8'
pydantic==2.7.0; python_version >= '3.8'
pydantic-core==2.18.1; python_version >= '3.8'
pyreadline3==3.4.1; python_version >= '3.8' and sys_platform == 'win32'
python-dotenv==1.0.1; python_version >= '3.8'
sqlparse==0.4.4; python_version >= '3.5'
sqlparse==0.5.0; python_version >= '3.8'
sympy==1.12; python_version >= '3.8'
tabulate==0.9.0; python_version >= '3.7'
tqdm==4.66.2; python_version >= '3.7'
typer==0.9.0; python_version >= '3.6'
typing-extensions==4.10.0; python_version >= '3.8'
typer==0.11.1; python_version >= '3.7'
typing-extensions==4.11.0; python_version >= '3.8'
tzdata==2024.1; sys_platform == 'win32'

0 comments on commit cb388f4

Please sign in to comment.