You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2021/10/12 17:45:22 UTC

[allura] 02/10: [#8397] don't need to track specific versions & dependencies of dev requirements, make it simpler

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 68f3ce57e50cede05003c5ddb21a8666aaa5191c
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Tue Oct 12 17:44:25 2021 +0000

    [#8397] don't need to track specific versions & dependencies of dev requirements, make it simpler
---
 requirements-dev.in  | 10 ------
 requirements-dev.txt | 89 ++++++----------------------------------------------
 2 files changed, 9 insertions(+), 90 deletions(-)

diff --git a/requirements-dev.in b/requirements-dev.in
deleted file mode 100644
index c0ea97f..0000000
--- a/requirements-dev.in
+++ /dev/null
@@ -1,10 +0,0 @@
-# development-only dependencies
-# nothing needed at runtime or for tests
-
-pip-tools
-q
-sphinx-argparse
-sphinx-rtd-theme
-sphinxcontrib-programoutput
-coverage
-nose
diff --git a/requirements-dev.txt b/requirements-dev.txt
index b58798e..c0ea97f 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,81 +1,10 @@
-#
-# This file is autogenerated by pip-compile with python 3.7
-# To update, run:
-#
-#    pip-compile requirements-dev.in
-#
-alabaster==0.7.12
-    # via sphinx
-babel==2.7.0
-    # via sphinx
-certifi==2021.5.30
-    # via requests
-charset-normalizer==2.0.4
-    # via requests
-click==7.0
-    # via pip-tools
-coverage==4.5.4
-    # via -r requirements-dev.in
-docutils==0.15.2
-    # via sphinx
-idna==3.2
-    # via requests
-imagesize==1.1.0
-    # via sphinx
-importlib-metadata==4.8.1
-    # via pep517
-jinja2==2.11.3
-    # via sphinx
-markupsafe==1.1.1
-    # via jinja2
-nose==1.3.7
-    # via -r requirements-dev.in
-packaging==20.9
-    # via sphinx
-pep517==0.11.0
-    # via pip-tools
-pip-tools==6.2.0
-    # via -r requirements-dev.in
-pygments==2.9.0
-    # via sphinx
-pyparsing==2.4.7
-    # via packaging
-pytz==2019.1
-    # via babel
-q==2.3
-    # via -r requirements-dev.in
-requests==2.26.0
-    # via sphinx
-six==1.15.0
-    # via sphinx
-snowballstemmer==1.9.0
-    # via sphinx
-sphinx==1.8.5
-    # via
-    #   sphinx-argparse
-    #   sphinx-rtd-theme
-    #   sphinxcontrib-programoutput
-sphinx-argparse==0.2.5
-    # via -r requirements-dev.in
-sphinx-rtd-theme==0.1.6
-    # via -r requirements-dev.in
-sphinxcontrib-programoutput==0.8
-    # via -r requirements-dev.in
-sphinxcontrib-websupport==1.1.2
-    # via sphinx
-tomli==1.2.1
-    # via pep517
-typing-extensions==3.10.0.2
-    # via importlib-metadata
-urllib3==1.26.6
-    # via requests
-wheel==0.37.0
-    # via pip-tools
-zipp==3.5.0
-    # via
-    #   importlib-metadata
-    #   pep517
+# development-only dependencies
+# nothing needed at runtime or for tests
 
-# The following packages are considered to be unsafe in a requirements file:
-# pip
-# setuptools
+pip-tools
+q
+sphinx-argparse
+sphinx-rtd-theme
+sphinxcontrib-programoutput
+coverage
+nose