Adding missing dependency.

This commit is contained in:
emiliano.vavassori 2023-12-31 22:08:28 +01:00
parent 3b01fc3b05
commit 700d1eb376
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
venv
test
build
dist
loaih.egg-info

View File

@ -23,7 +23,7 @@ setup(
'loaih = loaih.script:cli',
],
},
install_requires=[ 'click', 'lxml', 'packaging', 'pyyaml' ],
install_requires=['click', 'lxml', 'packaging', 'pyyaml', 'requests'],
license='MIT',
url='https://git.libreitalia.org/LibreItalia/loaih/',
)