kopia lustrzana https://github.com/glidernet/ogn-python
Replace psycopg2 with psycopg2-binary
rodzic
aaf78e1452
commit
5d85aaae0d
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ setup(
|
||||||
'geoalchemy2==0.5.0',
|
'geoalchemy2==0.5.0',
|
||||||
'shapely>=1.5.17,<1.6',
|
'shapely>=1.5.17,<1.6',
|
||||||
'ogn-client==0.9.1',
|
'ogn-client==0.9.1',
|
||||||
'psycopg2==2.7.5',
|
'psycopg2-binary==2.7.6.1',
|
||||||
'mgrs==1.3.5',
|
'mgrs==1.3.5',
|
||||||
'xmlunittest==0.5.0',
|
'xmlunittest==0.5.0',
|
||||||
'tqdm==4.28.1'
|
'tqdm==4.28.1'
|
||||||
|
|
Ładowanie…
Reference in New Issue