mozmeao / snippets-service

Service powering snippets on Firefox's about:home.
https://snippets.mozilla.com
Mozilla Public License 2.0
31 stars 36 forks source link

Remove ipdb from dev requirements, to avoid including iPython #1565

Closed stevejalim closed 2 years ago

stevejalim commented 2 years ago

Remedies PR #1564

Neither ipdb nor ipython are needed for an actual dev build, they are more local tooling

Reqs were updated via pip-tools in the docker container. Looks like some other deps were updated while removing ipdb and its subdeps