Skip to content

Commit

Permalink
Development dependencies relaxed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnavarrol committed Sep 24, 2023
1 parent 639a776 commit a951f43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* BME files added to .gitattributes (as BASH type).
* setup.py deleted as it's needed no more along setuptools.
* setup.cfg declared UTF-8.
* Development dependencies relaxed.

## 0.11.4-2
### Added
Expand Down
10 changes: 5 additions & 5 deletions src/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ install_requires =
# Other dependencies for development environment
# Create a virtualenv with --editable "./src[development]" to use them
development =
build == 0.7.0
Sphinx == 5.3.0
sphinxcontrib-programoutput == 0.17
sphinx-rtd-theme == 1.1.0
twine == 4.0.1
build >= 0.7.0
Sphinx >= 5.3.0
sphinxcontrib-programoutput >= 0.17
sphinx-rtd-theme >= 1.1.0
twine >= 4.0.1

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit a951f43

Please sign in to comment.