Use results of: pipenv install pipenv update pip freeze > requirements-freeze.txt
Signed-off-by: Tim Orling <[email protected]> --- requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/requirements.txt b/requirements.txt index 612e9cc..62b3f7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,14 @@ amqp==5.1.1 +asgiref==3.7.2 beautifulsoup4==4.12.2 billiard==4.1.0 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 +diff-match-patch==20230430 Django>=4.2,<4.3 django-appconf==1.0.5 django-axes==6.1.0 @@ -19,8 +25,14 @@ GitPython==3.1.37 kombu==5.3.2 mysqlclient==2.1.1 Pillow==10.0.1 +prompt-toolkit==3.0.39 +python-dateutil==2.8.2 pytz==2023.3 six==1.16.0 smmap==5.0.0 soupsieve==2.4.1 +sqlparse==0.4.4 +typing_extensions==4.8.0 +tzdata==2023.3 vine==5.0.0 +wcwidth==0.2.8 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61272): https://lists.yoctoproject.org/g/yocto/message/61272 Mute This Topic: https://lists.yoctoproject.org/mt/101805410/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
