File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11mock
22numpy >= 1.6.2
33scipy >= 0.13.3
4- liac-arff >= 2.1.1dev
4+ liac-arff >= 2.1.1
55xmltodict
66nose
77requests
Original file line number Diff line number Diff line change 2020 url = '/' .join (split [:- 1 ])
2121 requirement = split [- 1 ]
2222 requirements .append (requirement )
23- # Add the rest of the URL to the dependency links to allow
24- # setup.py test to work
25- if 'git+https' in url :
26- dependency_links .append (line .replace ('git+' , '' ))
27-
2823
2924try :
3025 import numpy
6661 'Programming Language :: Python :: 3' ,
6762 'Programming Language :: Python :: 3.4' ,
6863 'Programming Language :: Python :: 3.5' ,
69- ],
70- dependency_links = [
71- "http://github.com/mfeurer/liac-arff/archive/master.zip"
72- "#egg=liac-arff-2.1.1dev" ])
64+ 'Programming Language :: Python :: 3.6' ])
You can’t perform that action at this time.
0 commit comments