mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +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/).
|
||||
* `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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user