Skip to content

Commit

Permalink
Merge pull request #151 from anoadragon453/HarHarLinks/bump-deps-pyth…
Browse files Browse the repository at this point in the history
…on3.12

Bump dependencies
  • Loading branch information
HarHarLinks authored Feb 16, 2024
2 parents cddd500 + 4e78f91 commit 4403816
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ def read_file(path_segments):
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=[
"matrix-nio[e2e]>=0.24.0",
"Markdown>=3.1.1",
"PyYAML>=5.1.2",
"dateparser>=0.7.4",
"Markdown>=3.5.2",
"PyYAML>=6.0.1",
"dateparser>=1.2.0",
"readabledelta>=0.0.2",
"apscheduler>=3.6.3",
"pytz>=2020.1",
"arrow>=0.17.0",
"apscheduler>=3.10.4",
"pytz>=2024.1",
"arrow>=1.3.0",
"pretty_cron>=1.2.0",
],
extras_require={
"postgres": ["psycopg2>=2.8.5"],
"postgres": ["psycopg2>=2.9.9"],
"dev": [
"isort==5.13.2",
"flake8==7.0.0",
Expand Down

0 comments on commit 4403816

Please sign in to comment.