Skip to content

Commit

Permalink
chore: List required dependencies
Browse files Browse the repository at this point in the history
`file: requirements.txt` is only supported by setuptools>=62.6.

Fixes #1049
  • Loading branch information
kesara committed Nov 20, 2023
1 parent f3152b0 commit 8fe6406
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,19 @@ classifiers =
packages = xml2rfc, xml2rfc/writers, xml2rfc/util, xml2rfc/uniscripts, xml2rfc/data, xml2rfc/templates
zip_safe = False
include_package_data = True
install_requires = file: requirements.txt
install_requires =
platformdirs>=3.6.0
configargparse>=1.2.3
google-i18n-address>=3.0.0
intervaltree>=3.1.0
jinja2>=3.1.2
lxml>=4.9.0
pycountry>=22.3.5
pyyaml>=5.3.1
requests>=2.5.0
setuptools>=24.2.0
six>=1.4.1
wcwidth>=0.2.5

[options.package_data]
* =
Expand Down

0 comments on commit 8fe6406

Please sign in to comment.