adapt requirements.txt for CI (future: perhaps two requirement.txts)
... | ... | @@ -30,7 +30,8 @@ python-multipart==0.0.5 |
pytz==2019.3 | ||
requests==2.23.0 | ||
Shapely==1.7.0 | ||
six==1.14.0 | ||
# do not install this for CI (it is already in the runner) | ||
# six==1.14.0 | ||
sqlacodegen==2.1.0 | ||
SQLAlchemy==1.3.16 | ||
SQLAlchemy-Utils==0.36.5 | ||
... | ... |
Please register or sign in to comment