Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 43 additions & 43 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,65 +4,65 @@
#
# ./compile-requirements.sh
#
arnold==0.4.1
arrow==0.12.1
arnold==0.4.1 # via -r postgresql.txt
arrow==0.12.1 # via -r postgresql.txt, rq-dashboard
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via pytest
backcall==0.1.0 # via ipython
bleach==2.0.0
circus==0.14.0
click==7.0
codecov==2.0.15
coverage==4.5.1
cssselect==1.0.3
bleach==2.0.0 # via -r postgresql.txt
circus==0.14.0 # via -r postgresql.txt
click==7.0 # via -r postgresql.txt, flask, rq
codecov==2.0.15 # via -r development.in
coverage==4.5.1 # via -r development.in, codecov, pytest-cov
cssselect==1.0.3 # via -r postgresql.txt, federation
decorator==4.3.0 # via ipython, traitlets
dirty-validators==0.4.0
federation==0.13.0
flask-bower==1.2.1
flask==0.12
hiredis==0.2.0
html5lib==1.0.1
iowait==0.2
dirty-validators==0.4.0 # via -r postgresql.txt, federation
federation==0.13.0 # via -r postgresql.txt
flask-bower==1.2.1 # via -r postgresql.txt
flask==0.12 # via -r postgresql.txt, flask-bower, pytest-flask, rq-dashboard
hiredis==0.2.0 # via -r postgresql.txt
html5lib==1.0.1 # via -r postgresql.txt, bleach
iowait==0.2 # via -r postgresql.txt, circus
ipython-genutils==0.2.0 # via traitlets
ipython==7.0.1
isodate==0.6.0
itsdangerous==0.24
ipython==7.0.1 # via -r development.in
isodate==0.6.0 # via -r postgresql.txt, python-xrd
itsdangerous==0.24 # via -r postgresql.txt, flask
jedi==0.13.1 # via ipython
jinja2==2.10
jsonschema==2.5.1
lxml==4.2.5
markupsafe==1.0
jinja2==2.10 # via -r postgresql.txt, flask
jsonschema==2.5.1 # via -r postgresql.txt, federation
lxml==4.2.5 # via -r postgresql.txt, federation
markupsafe==1.0 # via -r postgresql.txt, jinja2
more-itertools==4.3.0 # via pytest
parso==0.3.1 # via jedi
peewee==2.8.5
peewee==2.8.5 # via -r postgresql.txt, arnold
pexpect==4.6.0 # via ipython
pickleshare==0.7.5 # via ipython
pluggy==0.7.1 # via pytest
prompt-toolkit==2.0.6 # via ipython
psutil==5.4.7
psycopg2==2.7.5
psutil==5.6.6 # via -r postgresql.txt, circus
psycopg2==2.7.5 # via -r postgresql.txt
ptyprocess==0.6.0 # via pexpect
py==1.7.0 # via pytest
pycrypto==2.6.1
pycrypto==2.6.1 # via -r postgresql.txt, federation
pygments==2.2.0 # via ipython
pytest-cov==2.6.0
pytest-env==0.6.2
pytest-flask==0.13.0
pytest-cov==2.6.0 # via -r development.in
pytest-env==0.6.2 # via -r development.in
pytest-flask==0.13.0 # via -r development.in
pytest==3.8.2 # via pytest-cov, pytest-env, pytest-flask
python-dateutil==2.7.3
python-xrd==0.1
pyzmq==17.1.2
redis==2.10.5
requests==2.12.4
rq-dashboard==0.3.7
rq==0.7.1
schedule==0.4.2
python-dateutil==2.7.3 # via -r postgresql.txt, arrow, federation
python-xrd==0.1 # via -r postgresql.txt, federation
pyzmq==17.1.2 # via -r postgresql.txt, circus
redis==2.10.5 # via -r postgresql.txt, rq, rq-dashboard
requests==2.12.4 # via -r postgresql.txt, codecov, federation
rq-dashboard==0.3.7 # via -r postgresql.txt
rq==0.7.1 # via -r postgresql.txt, rq-dashboard
schedule==0.4.2 # via -r postgresql.txt
simplegeneric==0.8.1 # via ipython
six==1.11.0
termcolor==1.1.0
tornado==4.5.3
six==1.11.0 # via -r postgresql.txt, bleach, html5lib, isodate, more-itertools, prompt-toolkit, pytest, python-dateutil, traitlets
termcolor==1.1.0 # via -r postgresql.txt, arnold
tornado==4.5.3 # via -r postgresql.txt, circus
traitlets==4.3.2 # via ipython
uwsgi==2.0.17.1
uwsgi==2.0.17.1 # via -r postgresql.txt
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1
werkzeug==0.14.1
webencodings==0.5.1 # via -r postgresql.txt, html5lib
werkzeug==0.14.1 # via -r postgresql.txt, flask, pytest-flask
2 changes: 1 addition & 1 deletion requirements/mysql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lxml==4.2.5
markupsafe==1.0
mysqlclient==1.3.13
peewee==2.8.5
psutil==5.4.7
psutil==5.6.6
pycrypto==2.6.1
python-dateutil==2.7.3
python-xrd==0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/postgresql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jsonschema==2.5.1
lxml==4.2.5
markupsafe==1.0
peewee==2.8.5
psutil==5.4.7
psutil==5.6.6
psycopg2==2.7.5
pycrypto==2.6.1
python-dateutil==2.7.3
Expand Down
36 changes: 18 additions & 18 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
#
# ./compile-requirements.sh
#
arnold==0.4.1
arnold==0.4.1 # via -r requirements.in
arrow==0.12.1 # via rq-dashboard
bleach==2.0.0
circus==0.14.0
bleach==2.0.0 # via -r requirements.in
circus==0.14.0 # via -r requirements.in
click==7.0 # via flask, rq
cssselect==1.0.3 # via federation
dirty-validators==0.4.0 # via federation
federation==0.13.0
flask-bower==1.2.1
flask==0.12
hiredis==0.2.0
federation==0.13.0 # via -r requirements.in
flask-bower==1.2.1 # via -r requirements.in
flask==0.12 # via -r requirements.in, flask-bower, rq-dashboard
hiredis==0.2.0 # via -r requirements.in
html5lib==1.0.1 # via bleach
iowait==0.2 # via circus
isodate==0.6.0 # via python-xrd
itsdangerous==0.24 # via flask
jinja2==2.10 # via flask
jsonschema==2.5.1
jsonschema==2.5.1 # via -r requirements.in, federation
lxml==4.2.5 # via federation
markupsafe==1.0 # via jinja2
peewee==2.8.5
psutil==5.4.7 # via circus
peewee==2.8.5 # via -r requirements.in, arnold
psutil==5.6.6 # via circus
pycrypto==2.6.1 # via federation
python-dateutil==2.7.3 # via arrow, federation
python-xrd==0.1 # via federation
pyzmq==17.1.2 # via circus
redis==2.10.5
requests==2.12.4
rq-dashboard==0.3.7
rq==0.7.1
schedule==0.4.2
six==1.11.0 # via bleach, html5lib, isodate, python-dateutil
redis==2.10.5 # via -r requirements.in, rq, rq-dashboard
requests==2.12.4 # via -r requirements.in, federation
rq-dashboard==0.3.7 # via -r requirements.in
rq==0.7.1 # via -r requirements.in, rq-dashboard
schedule==0.4.2 # via -r requirements.in
six==1.11.0 # via bleach, html5lib, python-dateutil
termcolor==1.1.0 # via arnold
tornado==4.5.3
uwsgi==2.0.17.1
tornado==4.5.3 # via -r requirements.in, circus
uwsgi==2.0.17.1 # via -r requirements.in
webencodings==0.5.1 # via html5lib
werkzeug==0.14.1 # via flask