Skip to content
Open
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 services/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Django==2.2.3 # A high-level Python Web framework that encourages
django-debug-toolbar==2.0 # A configurable set of panels that display various debug information about the current request/response.
psycopg2==2.8.3 # Python-PostgreSQL Database Adapter
uwsgi==2.0.18 # The uWSGI Server
Jinja2==2.10.1 # A small but fast and easy to use stand-alone template engine written in pure python.
Jinja2==2.11.3 # A small but fast and easy to use stand-alone template engine written in pure python.

# Linting
pylint==2.3.1 # python code static checker