mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix typo
This commit is contained in:
parent
05c140da78
commit
b5f47b1b73
@ -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/).
|
* `content_warnings`: List of content warning names, see [/api/content_warnings/](/api/content_warnings/).
|
||||||
* `license`: A license name, see [/api/licenses/](/api/licenses/).
|
* `license`: A license name, see [/api/licenses/](/api/licenses/).
|
||||||
* `media_license`: A license name.
|
* `media_license`: A license name.
|
||||||
* `description`: Long markdown description.
|
* `long_description`: Long markdown description.
|
||||||
* `repo`: Git repo URL.
|
* `repo`: Git repo URL.
|
||||||
* `website`: Website URL.
|
* `website`: Website URL.
|
||||||
* `issue_tracker`: Issue tracker URL.
|
* `issue_tracker`: Issue tracker URL.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Flask~=1.1.2
|
Flask
|
||||||
Flask-FlatPages
|
Flask-FlatPages
|
||||||
Flask-Gravatar
|
Flask-Gravatar
|
||||||
Flask-Login
|
Flask-Login
|
||||||
@ -12,24 +12,24 @@ GitHub-Flask
|
|||||||
SQLAlchemy-Searchable
|
SQLAlchemy-Searchable
|
||||||
|
|
||||||
bcrypt
|
bcrypt
|
||||||
markdown~=3.2.2
|
markdown
|
||||||
bleach~=3.1.5
|
bleach
|
||||||
passlib~=1.7.2
|
passlib
|
||||||
|
|
||||||
pygments
|
pygments
|
||||||
|
|
||||||
beautifulsoup4~=4.9.1
|
beautifulsoup4
|
||||||
celery~=4.4.6
|
celery
|
||||||
kombu~=4.6.11
|
kombu
|
||||||
GitPython
|
GitPython
|
||||||
git-archive-all
|
git-archive-all
|
||||||
lxml
|
lxml
|
||||||
pillow~=7.2.0
|
pillow
|
||||||
pyScss
|
pyScss
|
||||||
redis~=3.5.3
|
redis
|
||||||
psycopg2
|
psycopg2
|
||||||
|
|
||||||
pytest~=5.4.3
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
||||||
email_validator
|
email_validator
|
||||||
@ -38,11 +38,11 @@ pyyaml
|
|||||||
ua-parser
|
ua-parser
|
||||||
user-agents
|
user-agents
|
||||||
|
|
||||||
Werkzeug~=1.0.1
|
Werkzeug
|
||||||
WTForms~=2.3.1
|
WTForms
|
||||||
SQLAlchemy~=1.3.18
|
SQLAlchemy
|
||||||
requests~=2.24.0
|
requests
|
||||||
alembic~=1.4.2
|
alembic
|
||||||
|
|
||||||
validators~=0.16.0
|
validators
|
||||||
gitdb~=4.0.5
|
gitdb
|
||||||
|
Loading…
Reference in New Issue
Block a user