Skip to content

Commit

Permalink
Use same versions as requirements.pip to prevent unexpected upgrades …
Browse files Browse the repository at this point in the history
…of dependencies
  • Loading branch information
yanokwa committed Dec 18, 2020
1 parent 94dc5a2 commit 33ff6b1
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 33ff6b1

Please sign in to comment.