diff --git a/requirements.txt b/requirements.txt index 2beb8c3a..5cfcd036 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,52 +1,36 @@ -e git+https://github.com/ThreeSixtyGiving/datagetter.git@d565d59700a380fe64836402689dff95705871bf#egg=datagetter -Django==2.2.13 +Django==2.2.16 djangorestframework==3.10.3 django-filter==2.2.0 django-prettyjson==0.4.1 psycopg2==2.8 prometheus-client==0.7.0 ## The following requirements were added by pip freeze: -appdirs==1.4.3 attrs==19.1.0 -CacheControl==0.12.6 certifi==2019.6.16 chardet==3.0.4 -colorama==0.4.3 contextlib2==0.5.5 defusedxml==0.6.0 -distlib==0.3.0 -distro==1.4.0 et-xmlfile==1.0.1 -flattentool==0.11.0 -html5lib==1.0.1 +flattentool==0.15.1 idna==2.8 -ipaddr==2.2.0 jdcal==1.4.1 jsonref==0.2 jsonschema==3.0.2 LEPL==5.1.3 -lockfile==0.12.2 lxml==4.4.1 -msgpack==0.6.2 odfpy==1.4.1 openpyxl==2.6.2 -packaging==20.3 -pep517==0.8.2 -progress==1.5 -pyparsing==2.4.6 pyrsistent==0.15.4 PySocks==1.7.0 -pytoml==0.1.21 pytz==2019.2 requests==2.22.0 -retrying==1.3.3 rfc3987==1.3.8 rfc6266==0.0.4 schema==0.7.0 six==1.12.0 -sqlparse==0.3.1 +sqlparse==0.4.1 standardjson==0.3.1 strict-rfc3339==0.7 urllib3==1.25.3 -webencodings==0.5.1 xmltodict==0.12.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 70a180b7..13961c0a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,66 +1,58 @@ -e git+https://github.com/ThreeSixtyGiving/datagetter.git@d565d59700a380fe64836402689dff95705871bf#egg=datagetter -Django==2.2.13 +Django==2.2.16 djangorestframework==3.10.3 django-filter==2.2.0 django-prettyjson==0.4.1 psycopg2==2.8 prometheus-client==0.7.0 selenium==3.141.0 -flake8==3.8.3 +flake8==3.8.4 isort==4.3.21 -black==19.10b0 +black==20.8b1 requests-mock==1.8.0 coveralls==2.1.2 ## The following requirements were added by pip freeze: -appdirs==1.4.3 +appdirs==1.4.4 attrs==19.1.0 -CacheControl==0.12.6 certifi==2019.6.16 chardet==3.0.4 click==7.1.2 -colorama==0.4.3 contextlib2==0.5.5 +coverage==5.3 +dataclasses==0.7 defusedxml==0.6.0 -distlib==0.3.0 -distro==1.4.0 +docopt==0.6.2 et-xmlfile==1.0.1 -flattentool==0.11.0 -html5lib==1.0.1 +flattentool==0.15.1 idna==2.8 -ipaddr==2.2.0 +importlib-metadata==2.0.0 jdcal==1.4.1 jsonref==0.2 jsonschema==3.0.2 LEPL==5.1.3 -lockfile==0.12.2 lxml==4.4.1 mccabe==0.6.1 -msgpack==0.6.2 +mypy-extensions==0.4.3 odfpy==1.4.1 openpyxl==2.6.2 -packaging==20.3 pathspec==0.8.0 -pep517==0.8.2 -progress==1.5 pycodestyle==2.6.0 pyflakes==2.2.0 -pyparsing==2.4.6 pyrsistent==0.15.4 PySocks==1.7.0 -pytoml==0.1.21 pytz==2019.2 -regex==2020.6.8 +regex==2020.10.23 requests==2.22.0 -retrying==1.3.3 rfc3987==1.3.8 rfc6266==0.0.4 schema==0.7.0 six==1.12.0 -sqlparse==0.3.1 +sqlparse==0.4.1 standardjson==0.3.1 strict-rfc3339==0.7 toml==0.10.1 typed-ast==1.4.1 +typing-extensions==3.7.4.3 urllib3==1.25.3 -webencodings==0.5.1 xmltodict==0.12.0 +zipp==3.3.1