File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 4.0.0
1
+ 4.2.1
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = u'4.0.0 '
65
+ version = u'4.2 '
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'4.0.0 '
67
+ release = u'4.2.1 '
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
Original file line number Diff line number Diff line change 9
9
Werkzeug
10
10
SQLAlchemy
11
11
psutil
12
- -e git+https://github.com/geopython/pywps.git@master #egg=pywps-master
12
+ -e git+https://github.com/geopython/pywps.git@4.2.1 #egg=pywps-4.2.1
Original file line number Diff line number Diff line change 67
67
'version' : VERSION ,
68
68
'install_requires' : INSTALL_REQUIRES ,
69
69
'dependency_links' : [
70
- 'git+https://github.com/lazaa32 /pywps.git@pywps-' + VERSION + '#egg=pywps-' + VERSION
70
+ 'git+https://github.com/geopython /pywps.git@pywps-' + VERSION + '#egg=pywps-' + VERSION
71
71
],
72
72
'packages' : ['processes' , 'tests' ],
73
73
'scripts' : ['demo.py' ],
You can’t perform that action at this time.
0 commit comments