Skip to content

Commit

Permalink
Remove duplicated version constraints between setup.py and requiremen…
Browse files Browse the repository at this point in the history
…ts.txt
  • Loading branch information
mormahr committed Jun 4, 2021
1 parent b6bd3da commit 63a4907
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'flask == 1.1.2',
'weasyprint==52.2',
'flask',
'weasyprint',
'werkzeug',
'sentry-sdk[flask]'
],
extras_require={
'dev': [
'pytest',
'pdfminer.six',
'pdf2image == 1.14.0',
'diffimg == 0.3.0',
'pdf2image',
'diffimg',
'pytest-watch',
'pytest-cov',
'pytest-mock',
Expand Down

0 comments on commit 63a4907

Please sign in to comment.