1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
Johan Andersson
5b6779edf2 Replace pycryptodome with cryptography.
This will make it easier to support older distros. For example ubuntu 16.04 and Debian stable (9)
2019-03-23 01:00:44 +01:00
Johan Andersson
446cdd89bc better why to get the version 2018-07-10 21:32:54 +02:00
Johan Andersson
3f2b94d154 setup: hard error if someone trying to install it on python2 2018-05-24 23:50:55 +02:00
Johan Andersson
00b7ae81d9 setup: python requires >=3.4 2018-05-24 23:30:42 +02:00
Johan Andersson
72d11fd3d0 setup: rewrite the version information to its own file.
this will help setup to find new deps that we are missing
2018-05-24 23:05:34 +02:00
Johan Andersson
38e29e164f setup: remove 2.7 from classifiers 2018-05-21 00:00:23 +02:00
Johan Andersson
b0187a089a Add pyyaml as deps 2018-05-13 13:06:50 +02:00
Johan Andersson
b7c2faad07 Update setup.py
Remove py2 references and add pycryptodome as a deps.
fixes #850
2018-05-13 12:09:27 +02:00
Johan Andersson
5339bdc265 flake8 over-indented for visual indent 2018-05-13 12:09:27 +02:00
Johan Andersson
defa24b566 Add some files that will be used for testing 2018-05-13 12:09:27 +02:00
Johan Andersson
7b6ceb4737 Flake8 fixes 2018-01-30 20:17:33 +01:00
Robert Foss
c26bb3ccc5 Add proxy support
This feature utilises the proxy support of the requests module, and
has been tested with SOCKS5 through a SSH tunnel, and has been
verified to be working.

Signed-off-by: Robert Foss <robert.foss@memcpy.io>
2017-11-26 18:11:41 +01:00
Johan Andersson
d66a2a721d setup: fix deps for older py2 versions
fixes #338
2016-02-07 21:08:42 +01:00
Johan Andersson
5a6db15361 setup: this should be 2 and not 1
we want to check micro version. not minor
2016-01-10 23:09:21 +01:00
Johan Andersson
32cd603fcf setup: update the url 2016-01-10 22:38:28 +01:00
Johan Andersson
424a74ea5b setup: we only need the security extras for <2.7.9
We need those packages for SNI support.
2016-01-07 20:15:08 +01:00
Johan Andersson
2d0aa27de9 setup: include python3.5 2015-10-08 23:03:09 +02:00
Johan Andersson
6c2b4c5fe9 setup: add some classifiers 2015-09-30 13:52:17 +02:00
Johan Andersson
fc10ffa81b setup: add dependency on requests 2015-09-01 21:56:59 +02:00
Olof Johansson
b31f6f6d85 Add editor modelines 2014-03-19 22:45:19 +01:00
Johan Andersson
329952410d Use __version__ from the lib 2013-03-23 15:17:15 +01:00
Olof Johansson
f0ad13539a Add simple setuptools based build script 2013-03-12 13:19:13 +01:00