Skip to content

Commit

Permalink
freeze pillow and reportlab versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork committed Apr 4, 2019
1 parent 231013c commit b271629
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 @@ -11,8 +11,8 @@
],
},
packages=find_packages(exclude=['tests']),
install_requires=["reportlab>=3.4.0",
"Pillow>=4.1.0"],
install_requires=["reportlab==3.5.17",
"Pillow==5.3.0"],
setup_requires=["pytest-runner"],
tests_require=["pytest", "pytest-flake8", "six"],
url='http://domtabs.sandflea.org',
Expand Down

0 comments on commit b271629

Please sign in to comment.