File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
import sys
17
17
sys .path .insert (0 , os .path .abspath ('.' ))
18
18
sys .path .insert (0 , os .path .abspath ('../label_maker' ))
19
-
19
+ from label_maker . version import __version__
20
20
21
21
# -- Project information -----------------------------------------------------
22
22
25
25
author = 'Development Seed'
26
26
27
27
# The short X.Y version
28
- version = '0.3.2'
28
+ version = __version__
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.3.2'
30
+ release = __version__
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pyclipper==1.0.6
14
14
pycurl == 7.43.0.1
15
15
pyproj == 1.9.5.1
16
16
rasterio == 1.0a12
17
- requests == 2.11 .0
17
+ requests >= 2.20 .0
18
18
Shapely >= 1.6.3
19
19
six == 1.10.0
20
20
tilepie == 0.2.1
You can’t perform that action at this time.
0 commit comments