Skip to content

Commit 42a580b

Browse files
chores: update tuspy version
1 parent be4fd43 commit 42a580b

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

requirements.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ appdirs==1.4.3
33
astroid==1.5.2
44
Babel==2.4.0
55
backports.functools-lru-cache==1.4
6+
certifi==2017.7.27.1
7+
chardet==3.0.4
68
configparser==3.5.0
79
cookies==2.2.1
810
coverage==4.2
911
docutils==0.13.1
1012
enum34==1.1.6
1113
funcsigs==1.0.2
14+
future==0.16.0
15+
idna==2.6
1216
imagesize==0.7.1
1317
isort==4.2.5
1418
Jinja2==2.9.6
@@ -27,16 +31,19 @@ pypandoc==1.4
2731
pyparsing==2.2.0
2832
pytest==3.0.3
2933
pytest-cov==2.3.1
34+
pytransloadit==0.1.7
3035
pytz==2017.2
31-
requests==2.11.1
36+
requests==2.18.4
3237
requests-mock==1.3.0
3338
singledispatch==3.4.0.3
3439
six==1.10.0
3540
snowballstemmer==1.2.1
3641
Sphinx==1.6.3
3742
sphinxcontrib-websupport==1.0.1
43+
tinydb==3.7.0
3844
tox==2.3.1
39-
tuspy==0.1
45+
tuspy==0.2.2
4046
typing==3.6.1
47+
urllib3==1.22
4148
virtualenv==15.1.0
4249
wrapt==1.10.10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import transloadit
55

66

7-
install_requires = ['requests==2.11.1', 'six==1.10.0', 'tuspy==0.1']
7+
install_requires = ['requests==2.11.1', 'six==1.10.0', 'tuspy==0.2.2']
88

99
try:
1010
import pypandoc

0 commit comments

Comments
 (0)