Skip to content

Commit

Permalink
requirements: update.
Browse files Browse the repository at this point in the history
  • Loading branch information
BibianaC committed Oct 28, 2020
1 parent 5287966 commit 075a8b8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 41 deletions.
22 changes: 3 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
36 changes: 14 additions & 22 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 075a8b8

Please sign in to comment.