Skip to content

Commit

Permalink
CLEANUP: py.requirements
Browse files Browse the repository at this point in the history
* Add more python-version constraints
  NEEDED-FOR: python 2.7
* Cleanup duplicates of path/path.py requirements
  • Loading branch information
jenisys committed May 12, 2024
1 parent 655f14d commit f76f4d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
1 change: 0 additions & 1 deletion py.requirements/behave_extensions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# ============================================================================
# PYTHON PACKAGE REQUIREMENTS: behave extensions
# ============================================================================
Expand Down
4 changes: 0 additions & 4 deletions py.requirements/develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
# -- BUILD-SYSTEM: invoke
-r invoke.txt

# -- HINT: path.py => path (python-install-package was renamed for python3)
path.py >= 11.5.0; python_version < '3.5'
path >= 13.1.0; python_version >= '3.5'

# -- CONFIGURATION MANAGEMENT (helpers):
# FORMER: bumpversion >= 0.4.0
bump2version >= 0.5.6
Expand Down
10 changes: 5 additions & 5 deletions py.requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ sphinx-intl >= 0.9.11
# -- CONSTRAINTS UNTIL: sphinx > 5.0 can be used
# PROBLEM: sphinxcontrib-applehelp v1.0.8 requires sphinx > 5.0
# SEE: https://stackoverflow.com/questions/77848565/sphinxcontrib-applehelp-breaking-sphinx-builds-with-sphinx-version-less-than-5-0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-applehelp==1.0.4; python_version >= '3.7'
sphinxcontrib-devhelp==1.0.2; python_version >= '3.7'
sphinxcontrib-htmlhelp==2.0.1; python_version >= '3.7'
sphinxcontrib-qthelp==1.0.3; python_version >= '3.7'
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.7'
2 changes: 1 addition & 1 deletion py.requirements/jsonschema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# DEPRECATING: jsonschema
# USE INSTEAD: check-jsonschema
jsonschema >= 1.3.0
check-jsonschema
check-jsonschema; python_version >= '3.7'
2 changes: 1 addition & 1 deletion py.requirements/pylinters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

# -- STATIC CODE ANALYSIS:
pylint
ruff >= 0.0.270
ruff >= 0.0.270; python_version >= '3.7'

0 comments on commit f76f4d6

Please sign in to comment.