-
- Downloads
refactoring: use furl instead of urllib.parse
parent
d30f4267
No related branches found
No related tags found
... | ... | @@ -28,6 +28,7 @@ docutils==0.13.1 # via pyroma |
dodgy==0.1.9 # via prospector | ||
drf-extensions==0.3.1 | ||
flake8==3.3.0 | ||
furl==1.0.0 | ||
geoalchemy2==0.4.0 | ||
geometalab.drf-utm-zone-info==0.2.0 | ||
geometalab.osm-pbf-file-size-estimation-service==1.1.0 | ||
... | ... | @@ -49,6 +50,7 @@ mkdocs==0.16.3 |
multidict==2.1.4 # via yarl | ||
numpy==1.12.1 | ||
oauthlib==2.0.2 # via requests-oauthlib, social-auth-core | ||
orderedmultidict==0.7.11 # via furl | ||
pep8-naming==0.4.1 # via prospector | ||
pexpect==4.2.1 # via ipython | ||
pickleshare==0.7.4 # via ipython | ||
... | ... | @@ -94,7 +96,7 @@ scipy==0.19.0 |
selenium==3.4.1 # via pytest-selenium | ||
setoptconf==0.2.0 # via prospector | ||
simplegeneric==0.8.1 # via ipython | ||
six==1.10.0 # via astroid, django-downloadview, django-environ, django-extensions, livereload, prompt-toolkit, pyhamcrest, pylint, requests-mock, social-auth-app-django, social-auth-core, sqlalchemy-utils, traitlets, vcrpy | ||
six==1.10.0 # via astroid, django-downloadview, django-environ, django-extensions, furl, livereload, orderedmultidict, prompt-toolkit, pyhamcrest, pylint, requests-mock, social-auth-app-django, social-auth-core, sqlalchemy-utils, traitlets, vcrpy | ||
social-auth-app-django==1.1.0 # via python-social-auth | ||
social-auth-core==1.2.0 # via python-social-auth, social-auth-app-django | ||
sqlalchemy-utils==0.32.14 | ||
... | ... |
Please register or sign in to comment