Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some unused dependencies #5038

Merged
merged 1 commit into from
Jun 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion admin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ c2cgeoform
c2cwsgiutils
colander
deform
iso8601
passwordgenerator
pyproj
pyramid
Expand Down
1 change: 0 additions & 1 deletion docker/qgisserver/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ colander~=1.7.0 # commons, admin
deform~=2.0.7 # commons, admin
GeoAlchemy2~=0.6.2 # commons, geoportal
geojson~=2.4.1 # geoportal
iso8601==0.1.11 # deform, by default the version 0.1.12 is installed and is incompatible with deform, rq.filter: <=0.1.11
papyrus~=2.4 # commons, geoportal
redis~=3.2.1 # geoportal cache
SQLAlchemy~=1.3.3
Expand Down
2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Pillow~=6.0.0 # Tile generation, rq.filter: < 6.0.0
pytest-cov~=2.7.1 # tests
pytest-selenium~=1.16.0 # admin tests
six~=1.11.0 # required by transifex, rq.filter: ==1.11.0
tilecloud~=1.3.1 # Tile generation
tilecloud-chain~=1.11.1 # Tile generation
transifex-client~=0.13.6 # Makefile
urllib3==1.23 # required by transifex, rq.filter: <1.24
waitress~=1.3.0 # pcreate
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Fiona~=1.8.6 # geoportal raster
GeoAlchemy2~=0.6.2 # commons, geoportal
geojson~=2.4.1 # geoportal
ipcalc~=1.99.0 # geoportal
iso8601==0.1.12 # deform, by default the version 0.1.12 is installed and is incompatible with deform, rq.filter: <=0.1.11
isodate~=0.6.0 # geoportal
Mako~=1.0.12 # geoportal
OWSLib~=0.17.1 # geoportal
Expand Down