Skip to content

Commit

Permalink
chore: List required dependencies (#1057)
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 authored Dec 13, 2023
1 parent 74079a2 commit 880d20d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Update setup.cfg as well
platformdirs>=3.6.0
configargparse>=1.2.3
google-i18n-address>=3.0.0
Expand Down
15 changes: 14 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,20 @@ 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 = file: requirements.txt
# this is a temporary measure to make install work with Ubuntu Jammy
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 880d20d

Please sign in to comment.