From b5f47b1b73ace87d63c4a88c23c70d38498b0411 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 3 Feb 2021 00:14:14 +0000 Subject: [PATCH] Fix typo --- app/flatpages/help/package_config.md | 2 +- requirements.txt | 34 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/flatpages/help/package_config.md b/app/flatpages/help/package_config.md index 046c922..da38097 100644 --- a/app/flatpages/help/package_config.md +++ b/app/flatpages/help/package_config.md @@ -54,7 +54,7 @@ It should be a JSON dictionary with one or more of the following optional keys: * `content_warnings`: List of content warning names, see [/api/content_warnings/](/api/content_warnings/). * `license`: A license name, see [/api/licenses/](/api/licenses/). * `media_license`: A license name. -* `description`: Long markdown description. +* `long_description`: Long markdown description. * `repo`: Git repo URL. * `website`: Website URL. * `issue_tracker`: Issue tracker URL. diff --git a/requirements.txt b/requirements.txt index a3459fe..ec07359 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask~=1.1.2 +Flask Flask-FlatPages Flask-Gravatar Flask-Login @@ -12,24 +12,24 @@ GitHub-Flask SQLAlchemy-Searchable bcrypt -markdown~=3.2.2 -bleach~=3.1.5 -passlib~=1.7.2 +markdown +bleach +passlib pygments -beautifulsoup4~=4.9.1 -celery~=4.4.6 -kombu~=4.6.11 +beautifulsoup4 +celery +kombu GitPython git-archive-all lxml -pillow~=7.2.0 +pillow pyScss -redis~=3.5.3 +redis psycopg2 -pytest~=5.4.3 +pytest pytest-cov email_validator @@ -38,11 +38,11 @@ pyyaml ua-parser user-agents -Werkzeug~=1.0.1 -WTForms~=2.3.1 -SQLAlchemy~=1.3.18 -requests~=2.24.0 -alembic~=1.4.2 +Werkzeug +WTForms +SQLAlchemy +requests +alembic -validators~=0.16.0 -gitdb~=4.0.5 +validators +gitdb