mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 03:49:10 +02:00
requirements.txt: update dependencies
Use results of: pipenv install pipenv update pip freeze > requirements-freeze.txt Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
eceb742205
commit
7989e61fae
|
@ -1,8 +1,14 @@
|
||||||
amqp==5.1.1
|
amqp==5.1.1
|
||||||
|
asgiref==3.7.2
|
||||||
beautifulsoup4==4.12.2
|
beautifulsoup4==4.12.2
|
||||||
billiard==4.1.0
|
billiard==4.1.0
|
||||||
celery==5.3.4
|
celery==5.3.4
|
||||||
|
click==8.1.7
|
||||||
|
click-didyoumean==0.3.0
|
||||||
|
click-plugins==1.1.1
|
||||||
|
click-repl==0.3.0
|
||||||
confusable-homoglyphs==3.2.0
|
confusable-homoglyphs==3.2.0
|
||||||
|
diff-match-patch==20230430
|
||||||
Django>=4.2,<4.3
|
Django>=4.2,<4.3
|
||||||
django-appconf==1.0.5
|
django-appconf==1.0.5
|
||||||
django-axes==6.1.0
|
django-axes==6.1.0
|
||||||
|
@ -19,8 +25,14 @@ GitPython==3.1.37
|
||||||
kombu==5.3.2
|
kombu==5.3.2
|
||||||
mysqlclient==2.1.1
|
mysqlclient==2.1.1
|
||||||
Pillow==10.0.1
|
Pillow==10.0.1
|
||||||
|
prompt-toolkit==3.0.39
|
||||||
|
python-dateutil==2.8.2
|
||||||
pytz==2023.3
|
pytz==2023.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
smmap==5.0.0
|
smmap==5.0.0
|
||||||
soupsieve==2.4.1
|
soupsieve==2.4.1
|
||||||
|
sqlparse==0.4.4
|
||||||
|
typing_extensions==4.8.0
|
||||||
|
tzdata==2023.3
|
||||||
vine==5.0.0
|
vine==5.0.0
|
||||||
|
wcwidth==0.2.8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user