bump depdencies

This commit is contained in:
Maximilian Hils 2016-06-29 02:08:16 -07:00
parent 025efc030a
commit b5a39f7d6a

View File

@ -65,22 +65,22 @@ setup(
"configargparse>=0.10, <0.11", "configargparse>=0.10, <0.11",
"construct>=2.5.2, <2.6", "construct>=2.5.2, <2.6",
"cryptography>=1.3, <1.5", "cryptography>=1.3, <1.5",
"Flask>=0.10.1, <0.11", "Flask>=0.10.1, <0.12",
"h2>=2.3.1, <3", "h2>=2.3.1, <3",
"html2text>=2016.1.8, <=2016.4.2", "html2text>=2016.1.8, <=2016.5.29",
"hyperframe>=4.0.1, <5", "hyperframe>=4.0.1, <5",
"lxml>=3.5.0, <3.7", "lxml>=3.5.0, <3.7",
"Pillow>=3.2, <3.3", "Pillow>=3.2, <3.3",
"passlib>=1.6.5, <1.7", "passlib>=1.6.5, <1.7",
"psutil>=4.2.0, <4.3", "psutil>=4.2, <4.4",
"pyasn1>=0.1.9, <0.2", "pyasn1>=0.1.9, <0.2",
"pyOpenSSL>=16.0, <17.0", "pyOpenSSL>=16.0, <17.0",
"pyparsing>=2.1.3, <2.2", "pyparsing>=2.1.3, <2.2",
"pyperclip>=1.5.22, <1.6", "pyperclip>=1.5.22, <1.6",
"requests>=2.9.1, <2.10", "requests>=2.9.1, <2.11",
"six>=1.10, <1.11", "six>=1.10, <1.11",
"tornado>=4.3, <4.4", "tornado>=4.3, <4.4",
"typing==3.5.1.0", "typing>=3.5.2, <3.6",
"urwid>=1.3.1, <1.4", "urwid>=1.3.1, <1.4",
"watchdog>=0.8.3, <0.9", "watchdog>=0.8.3, <0.9",
], ],
@ -117,7 +117,7 @@ setup(
'examples': [ 'examples': [
"beautifulsoup4>=4.4.1, <4.5", "beautifulsoup4>=4.4.1, <4.5",
"harparser>=0.2, <0.3", "harparser>=0.2, <0.3",
"pytz>=2015.07.0, <=2016.3", "pytz>=2015.07.0, <=2016.4",
] ]
} }
) )