This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit 40a60687bb25870b627ddb49840bcc830d127730 Author: Guillermo Cruz <[email protected]> AuthorDate: Tue Oct 17 09:00:19 2023 -0600 [#8522] readding removed packages --- requirements.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1aa75981b..18ef2cfb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # pip-compile @@ -42,6 +42,8 @@ easywidgets==0.4.1 # via -r requirements.in emoji==2.8.0 # via -r requirements.in +exceptiongroup==1.1.3 + # via pytest execnet==2.0.2 # via pytest-xdist faust-cchardet==2.1.19 @@ -73,6 +75,8 @@ identify==2.5.30 # via pre-commit idna==3.4 # via requests +importlib-metadata==6.8.0 + # via markdown inflection==0.5.1 # via profanityfilter iniconfig==2.0.0 @@ -226,6 +230,8 @@ timermiddleware==0.6.2 # via -r requirements.in tinycss2==1.1.1 # via bleach +tomli==2.0.1 + # via pytest translationstring==1.4 # via colander turbogears2==2.4.3 @@ -258,6 +264,8 @@ werkzeug==3.0.0 # via -r requirements.in wrapt==1.15.0 # via -r requirements.in +zipp==3.16.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools
