Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricoz <icoz.vt@gmail.com>2017-02-12 18:02:44 +0300
committericoz <icoz.vt@gmail.com>2017-02-12 18:02:44 +0300
commit7da2de43251ccb3783aff1f13beac76c4aeee474 (patch)
tree8d3d9ab3d3056967edd28bd55b6acdd57e35f936
parent33704a98bac6d23aa30a1cf954ff9efe4d411e76 (diff)
another fix for requirements.txt
-rw-r--r--requirements.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt
index 5248704..7d3c6a3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,15 +1,15 @@
+six>=1.10.0
cairocffi>=0.7.2
CairoSVG>=2.0.0
-cffi==1.9.1
-cssselect==1.0.0
-docopt==0.6.2
-html5lib==0.999999999
-lxml==3.7.0
-Pillow==3.4.2
-pycparser==2.17
-Pyphen==0.9.4
-requests==2.12.3
-six==1.10.0
-tinycss==0.4
+cffi>=1.9.1
+cssselect>=1.0.0
+docopt>=0.6.2
+html5lib>=0.999999999
+lxml>=3.7.0
+Pillow>=3.4.2
+pycparser>=2.17
+Pyphen>=0.9.4
+requests>=2.12.3
+tinycss>=0.4
WeasyPrint>=0.33
-webencodings==0.5
+webencodings>=0.5