Skip to content

Commit

Permalink
deps: update deps for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Feb 14, 2023
1 parent fe2bf0e commit bd79f99
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
Expand Up @@ -25,7 +25,7 @@

extras_require = {
'docs': [
'Sphinx>=3',
'Sphinx>=4.5.0',
],
'tests': tests_require,
}
Expand All @@ -40,7 +40,7 @@

install_requires = [
'jsonschema>=3.0.0',
'lxml>=4.5.0',
'lxml>=4.5.2',
'requests>=2.12.2',
'idutils>=1.0.0'
]
Expand Down

0 comments on commit bd79f99

Please sign in to comment.