File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,16 @@ appdirs==1.4.3
33astroid == 1.5.2
44Babel == 2.4.0
55backports.functools-lru-cache == 1.4
6+ certifi == 2017.7.27.1
7+ chardet == 3.0.4
68configparser == 3.5.0
79cookies == 2.2.1
810coverage == 4.2
911docutils == 0.13.1
1012enum34 == 1.1.6
1113funcsigs == 1.0.2
14+ future == 0.16.0
15+ idna == 2.6
1216imagesize == 0.7.1
1317isort == 4.2.5
1418Jinja2 == 2.9.6
@@ -27,16 +31,19 @@ pypandoc==1.4
2731pyparsing == 2.2.0
2832pytest == 3.0.3
2933pytest-cov == 2.3.1
34+ pytransloadit == 0.1.7
3035pytz == 2017.2
31- requests == 2.11.1
36+ requests == 2.18.4
3237requests-mock == 1.3.0
3338singledispatch == 3.4.0.3
3439six == 1.10.0
3540snowballstemmer == 1.2.1
3641Sphinx == 1.6.3
3742sphinxcontrib-websupport == 1.0.1
43+ tinydb == 3.7.0
3844tox == 2.3.1
39- tuspy == 0.1
45+ tuspy == 0.2.2
4046typing == 3.6.1
47+ urllib3 == 1.22
4148virtualenv == 15.1.0
4249wrapt == 1.10.10
Original file line number Diff line number Diff line change 44import 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
99try :
1010 import pypandoc
You can’t perform that action at this time.
0 commit comments