Skip to content

Commit

Permalink
Merge pull request #500 from yanokwa/use-same-deps
Browse files Browse the repository at this point in the history
Use same versions as requirements.pip to prevent unexpected upgrades …
  • Loading branch information
yanokwa authored Dec 18, 2020
2 parents 94dc5a2 + 33ff6b1 commit a22c953
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 @@ -5,10 +5,10 @@
from setuptools import find_packages, setup

REQUIRES = [
"xlrd>=1.1.0",
"unicodecsv>=0.14.1",
"formencode",
"unittest2",
"xlrd==1.2.0",
"unicodecsv==0.14.1",
"formencode==1.3.1",
"unittest2==1.1.0",
'functools32==3.2.3.post2 ; python_version < "3.2"',
]

Expand Down

0 comments on commit a22c953

Please sign in to comment.