Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Closed
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cffi==1.13.1 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.8
django-pipeline==1.6.14
django==2.2.5
django==2.2.10
idna==2.8 # via requests
kafka-python==1.4.6
mailjet-rest==1.3.3
Expand Down
5 changes: 2 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
#
appnope==0.1.0 # via ipython
astroid==2.2.5 # via pylint
backcall==0.1.0 # via ipython
certifi==2019.6.16
Expand All @@ -16,7 +15,7 @@ cryptography==2.8
decorator==4.4.0 # via ipython, traitlets
django-debug-toolbar==2.0
django-pipeline==1.6.14
django==2.2.5
django==2.2.10
idna==2.8
ipdb==0.12.2
ipython-genutils==0.2.0 # via traitlets
Expand Down Expand Up @@ -50,4 +49,4 @@ wcwidth==0.1.7 # via prompt-toolkit
wrapt==1.11.2 # via astroid

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.5.0 # via ipdb, ipython
# setuptools
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cffi==1.13.1
chardet==3.0.4
cryptography==2.8
django-pipeline==1.6.14
django==2.2.5
django==2.2.10
idna==2.8
kafka-python==1.4.6
mailjet-rest==1.3.3
Expand Down