summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-03-09 06:33:49 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2019-03-09 10:13:39 -0800
commit64816258e667b0f0d75832577f58bfd16ead6755 (patch)
treeb9503c5a3f1b4425d7b763e3c9d97bf87723c61c
parent41cbaa04b97ab65a472fa6caeffd311009ffdda5 (diff)
downloadtablib-64816258e667b0f0d75832577f58bfd16ead6755.tar.gz
Unpin transient dependencies in requirements.txt
The project is expected to work with the all versions of dependencies as specified by dependency ranges, not just a single pinned version. Stop overspecifying them.
-rw-r--r--requirements.txt29
1 files changed, 7 insertions, 22 deletions
diff --git a/requirements.txt b/requirements.txt
index afa868d..e00b8d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,22 +1,7 @@
-backports.csv==1.0.6; python_version < '3.0'
-certifi==2017.7.27.1
-chardet==3.0.4
-et-xmlfile==1.0.1
-idna==2.6
-jdcal==1.3
-numpy==1.13.1
-odfpy==1.3.5
-openpyxl==2.4.8
-pandas==0.20.3
-pkginfo==1.4.1
-python-dateutil==2.6.1
-pytz==2017.2
-PyYAML==3.12
-requests==2.18.4
-requests-toolbelt==0.8.0
-six==1.10.0
-tqdm==4.15.0
-unicodecsv==0.14.1
-urllib3==1.22
-xlrd==1.1.0
-xlwt==1.3.0
+backports.csv; python_version < '3.0'
+odfpy
+openpyxl>=2.4.0
+pandas
+pyyaml
+xlrd
+xlwt