Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
peprolinbot authored Sep 26, 2024
1 parent fd3a89d commit edf4ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.2.1.0'
VERSION = '0.2.1.1'
DESCRIPTION = 'Python API wrapper for the galician public transport'
with open("README.md", "r", encoding="utf-8") as fh:
LONG_DESCRIPTION = fh.read()
Expand All @@ -14,7 +14,7 @@
long_description=LONG_DESCRIPTION,
packages=find_packages(),
install_requires=["requests>=2.25.1",
"python-dateutil>=2.9.0.post0", "pycryptodome>=3.20.0"],
"python-dateutil>=2.9.0.post0", "pycryptodome>=3.20.0","lxml==5.3.0"],
url="https://github.com/peprolinbot/bus.gal-api",
project_urls={
"Bug Tracker": "https://github.com/peprolinbot/bus.gal-api/issues",
Expand Down

0 comments on commit edf4ba8

Please sign in to comment.