Skip to content

Commit

Permalink
Merge pull request #1264 from OpenDataServices/remove-libcoveocds
Browse files Browse the repository at this point in the history
Remove libcoveocds
  • Loading branch information
odscjames committed Feb 20, 2020
2 parents 33bedd7 + 593df19 commit 15de2e6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 35 deletions.
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pip
Django<1.12
#^^ rq.filter: <1.12
flattentool>=0.9.0
libcoveocds>=0.7.4
libcove>=0.13.0
-e git+https://github.com/OpenDataServices/lib-cove-web.git@v0.10.0#egg=libcoveweb
django-bootstrap3
Expand Down
24 changes: 11 additions & 13 deletions requirements.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
pip==19.3.1
Django==1.11.27 # rq.filter: <1.12
flattentool==0.9.0
libcoveocds==0.7.4
libcove==0.13.0
pip==20.0.2
Django==1.11.28 # rq.filter: <1.12
flattentool==0.10.0
libcove==0.14.0
-e git+https://github.com/OpenDataServices/lib-cove-web.git@55dad570493c9429a4821760c599b4a84f099304#egg=libcoveweb
django-bootstrap3==12.0.3
django-debug-toolbar==2.1
django-debug-toolbar==2.2
requests==2.22.0
cached-property==1.5.1
dealer==2.0.5
Expand All @@ -17,6 +16,7 @@ raven==6.10.0
strict-rfc3339==0.7
rfc3987==1.3.8
rfc6266==0.0.4
commonmark==0.9.1
bleach==3.1.0
xmltodict==0.12.0
rangedict==0.1.6
Expand All @@ -25,21 +25,19 @@ openpyxl==2.6.4
attrs==19.3.0
certifi==2019.11.28
chardet==3.0.4
commonmark==0.9.1
contextlib2==0.5.5
et-xmlfile==1.0.1
idna==2.8
importlib-metadata==1.3.0
importlib-metadata==1.5.0
jdcal==1.4.1
jsonref==0.2
LEPL==5.1.3
lxml==4.4.2
more-itertools==8.0.2
lxml==4.5.0
pyrsistent==0.15.7
pytz==2019.3
schema==0.7.1
six==1.13.0
six==1.14.0
sqlparse==0.3.0
urllib3==1.25.7
urllib3==1.25.8
webencodings==0.5.1
zipp==0.6.0
zipp==1.2.0
42 changes: 21 additions & 21 deletions requirements_dev.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
pip==19.3.1
Django==1.11.27 # rq.filter: <1.12
flattentool==0.9.0
libcoveocds==0.7.4
libcove==0.13.0
pip==20.0.2
Django==1.11.28 # rq.filter: <1.12
flattentool==0.10.0
libcove==0.14.0
-e git+https://github.com/OpenDataServices/lib-cove-web.git@55dad570493c9429a4821760c599b4a84f099304#egg=libcoveweb
django-bootstrap3==12.0.3
django-debug-toolbar==2.1
django-debug-toolbar==2.2
requests==2.22.0
cached-property==1.5.1
dealer==2.0.5
Expand All @@ -17,23 +16,24 @@ raven==6.10.0
strict-rfc3339==0.7
rfc3987==1.3.8
rfc6266==0.0.4
commonmark==0.9.1
bleach==3.1.0
xmltodict==0.12.0
rangedict==0.1.6
openpyxl==2.6.4


flake8==3.7.9
pytest==5.3.2
pytest-django==3.7.0
pytest==5.3.5
pytest-django==3.8.0
pytest-cov==2.8.1
pytest-localserver==0.5.0
pytest-xdist==1.31.0
coveralls==1.10.0
coveralls==1.11.1
selenium==3.141.0
transifex-client==0.13.7
libsass==0.19.4
Sphinx==2.3.1
Sphinx==2.4.1
recommonmark==0.6.0
sphinx-rtd-theme==0.4.3
# Lock as later versions have a problem with slow generation of data
Expand All @@ -47,25 +47,25 @@ attrs==19.3.0
Babel==2.8.0
certifi==2019.11.28
chardet==3.0.4
commonmark==0.9.1
contextlib2==0.5.5
docopt==0.6.2
docutils==0.15.2
docutils==0.16
entrypoints==0.3
et-xmlfile==1.0.1
execnet==1.7.1
idna==2.8
imagesize==1.2.0
importlib-metadata==1.3.0
importlib-metadata==1.5.0
jdcal==1.4.1
Jinja2==2.10.3
Jinja2==2.11.1
jsonref==0.2
LEPL==5.1.3
lxml==4.4.2
lxml==4.5.0
MarkupSafe==1.1.1
mccabe==0.6.1
more-itertools==8.0.2
packaging==20.0
more-itertools==8.2.0
packaging==20.1
pathlib2==2.3.5
pluggy==0.13.1
py==1.8.1
pycodestyle==2.5.0
Expand All @@ -77,7 +77,7 @@ pytest-forked==1.1.3
python-slugify==1.2.6
pytz==2019.3
schema==0.7.1
six==1.13.0
six==1.14.0
snowballstemmer==2.0.0
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
Expand All @@ -87,8 +87,8 @@ sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
sqlparse==0.3.0
Unidecode==1.1.1
urllib3==1.25.7
urllib3==1.25.8
wcwidth==0.1.8
webencodings==0.5.1
Werkzeug==0.16.0
zipp==0.6.0
Werkzeug==1.0.0
zipp==1.2.0

0 comments on commit 15de2e6

Please sign in to comment.