Skip to content

Commit

Permalink
Fix a bug where dependencies would be missing, because they were erro…
Browse files Browse the repository at this point in the history
…neously marked conditional. (#1004)
  • Loading branch information
bartfeenstra authored Jul 6, 2023
1 parent 2e3cb47 commit 0c92f18
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 @@ -53,13 +53,14 @@
'jsonschema ~= 4.17, >= 4.17.0',
'langcodes ~= 3.3, >= 3.3.0',
'markupsafe ~= 2.1, >= 2.1.1',
'ordered-set ~= 4.1.0',
'pdf2image ~= 1.16, >= 1.16.0',
'polib ~= 1.2, >= 1.2.0',
'Pillow ~= 9.5, >= 9.5.0',
'PyQt6 ~= 6.5, >= 6.5.0',
'pyyaml ~= 6.0, >= 6.0.0',
'reactives ~= 0.5, >= 0.5.1',
'typing_extensions ~= 4.5, >= 4.5.0; python_version < "3.11"',
'typing_extensions ~= 4.5, >= 4.5.0',
],
'extras_require': {
'development': [
Expand All @@ -71,7 +72,6 @@
'flake8 ~= 6.0, >= 6.0.0',
'html5lib ~= 1.1',
'lxml ~= 4.9, >= 4.9.1; sys.platform != "win32"',
'ordered-set ~= 4.1.0',
'pip-licenses ~= 4.3, >= 4.3.0',
'pyinstaller ~= 5.0',
'pytest ~= 7.3, >= 7.3.1',
Expand Down

0 comments on commit 0c92f18

Please sign in to comment.