This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch db/8397 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 5e5b012183f233068af8836f6f66c34e54d5c62f Author: Dave Brondsema <[email protected]> AuthorDate: Thu Oct 7 21:46:52 2021 +0000 [#8397] req.in should only pin important things; req.txt pins the current version --- requirements-dev.in | 8 ++++---- requirements-optional.txt | 2 +- requirements.in | 24 ++++++++++++------------ 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 04c57b0..c0ea97f 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -2,9 +2,9 @@ # nothing needed at runtime or for tests pip-tools -q==2.3 -sphinx-argparse==0.2.5 -sphinx-rtd-theme==0.1.6 -sphinxcontrib-programoutput==0.8 +q +sphinx-argparse +sphinx-rtd-theme +sphinxcontrib-programoutput coverage nose diff --git a/requirements-optional.txt b/requirements-optional.txt index d3c4fb5..6b5ef0b 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -2,7 +2,7 @@ # License v2 # for ForgeWiki mediawiki importer, as well as ForgeBlog external feed -html2text==2019.8.11 # last to support py2 +html2text # for ForgeWiki's mediawiki importer: mediawiki2html # GPL diff --git a/requirements.in b/requirements.in index 0627b83..798a1b8 100644 --- a/requirements.in +++ b/requirements.in @@ -1,54 +1,54 @@ -ActivityStream==0.3.0 +ActivityStream beautifulsoup4 Beaker cchardet colander cryptography decorator -EasyWidgets>=0.3.6 +EasyWidgets emoji feedgenerator feedparser -FormEncode>=2 +FormEncode # 3.1.23 drops py36 support GitPython<=3.1.23 html5lib Jinja2 Markdown<3 -markdown-checklist==0.4.1 +markdown-checklist MarkupSafe -Ming==0.11.1 +Ming # TODO: move to "oauthlib" instead # oauth2 doesn't have a release with py3.6 support, but does have fixes on master: # archive/.../.zip URL is preferable over git+https://... since it supports pip hash generating+checking https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip#egg=oauth2 paginate -Paste>=3.5 +Paste PasteDeploy PasteScript Pillow # profanity filter for feedback -profanityfilter==2.0.6 +profanityfilter Pygments -pymongo==3.10.1 +pymongo Pypeline[creole,markdown,textile,rst] pysolr python-dateutil python-magic python-oembed -pytz==2019.1 +pytz qrcode requests requests-oauthlib # for taskd proc name switching setproctitle six -TimerMiddleware==0.5.1 +TimerMiddleware TurboGears2==2.3.12 WebHelpers2 -WebOb==1.7.4 +WebOb werkzeug -wrapt==1.11.2 +wrapt # testing datadiff
