Skip to content
This repository was archived by the owner on Oct 17, 2019. 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
4 changes: 2 additions & 2 deletions deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
django-configurations==2.1
django==2.2.3
gunicorn==19.9.0
pytz==2019.1
pyyaml==5.1.1
pytz==2019.2
pyyaml==5.1.2
sqlparse==0.3.0
whitenoise==4.1.3
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
#
appdirs==1.4.3 # via black
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via black, pytest
attrs==19.1.0 # via black, packaging, pytest
backcall==0.1.0 # via ipython
bandit==1.6.0
black==19.3b0
certifi==2019.6.16 # via requests
chardet==3.0.4 # via requests
click==7.0 # via black, pip-tools
codecov==2.0.15
coverage==4.5.3 # via codecov, pytest-cov
coverage==4.5.4 # via codecov, pytest-cov
decorator==4.4.0 # via ipython, traitlets
django-configurations==2.1
django-debug-toolbar==1.11
django==2.2.3
gitdb2==2.0.5 # via gitpython
gitpython==2.1.11 # via bandit
gitpython==2.1.13 # via bandit
gunicorn==19.9.0
idna==2.8 # via requests
importlib-metadata==0.18 # via pluggy, pytest
importlib-metadata==0.19 # via pluggy, pytest
ipython-genutils==0.2.0 # via traitlets
ipython==7.5.0
jedi==0.14.1 # via ipython
more-itertools==7.1.0 # via pytest
packaging==19.0 # via pytest
more-itertools==7.2.0 # via pytest
packaging==19.1 # via pytest
parso==0.5.1 # via jedi
pbr==5.4.0 # via stevedore
pbr==5.4.1 # via stevedore
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pip-tools==3.8.0
Expand All @@ -39,12 +39,12 @@ prompt-toolkit==2.0.9 # via ipython
ptyprocess==0.6.0 # via pexpect
py==1.8.0 # via pytest
pygments==2.4.2 # via ipython
pyparsing==2.4.0 # via packaging
pyparsing==2.4.2 # via packaging
pytest-cov==2.7.1
pytest-django==3.5.0
pytest==4.6.3
pytz==2019.1
pyyaml==5.1.1
pytz==2019.2
pyyaml==5.1.2
requests==2.22.0 # via codecov
six==1.12.0 # via bandit, packaging, pip-tools, prompt-toolkit, pytest, stevedore, traitlets
smmap2==2.0.5 # via gitdb2
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==2.2.3
django-configurations==2.1
pyyaml==5.1.1
pyyaml==5.1.2
whitenoise==4.1.3
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
django-configurations==2.1
django==2.2.3
pytz==2019.1 # via django
pyyaml==5.1.1
pytz==2019.2 # via django
pyyaml==5.1.2
sqlparse==0.3.0 # via django
whitenoise==4.1.3