Skip to content

Commit

Permalink
reqs: allow xmltodict 0.13
Browse files Browse the repository at this point in the history
I tried and tried, but couldn't find any reason not to allow the newer
version of xmltodict now that we no longer support Python 2.
  • Loading branch information
dgw committed Aug 13, 2022
1 parent 77a0b11 commit d079387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"xmltodict==0.12",
"xmltodict<0.14",
"pytz",
"praw>=4.0.0,<8.0.0",
"geoip2>=4.0,<5.0",
Expand Down

0 comments on commit d079387

Please sign in to comment.