Skip to content

Commit

Permalink
Fix pyOpenSSL requirement.
Browse files Browse the repository at this point in the history
At some point pyOpenSSL went from versions like 0.x.y to x.y.z, so this
should be >=17.0.0 not >=0.17.0.
  • Loading branch information
manthey committed Jul 2, 2018
1 parent 4737c04 commit 7c983be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -23,4 +23,4 @@ gdal>=2.1.0
psycopg2>=2.6.1
geoalchemy2>=0.2.6
rasterio>=0.36.0
pyOpenSSL>=0.17
pyOpenSSL>=17.0.0

0 comments on commit 7c983be

Please sign in to comment.