Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Hjelp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Hjelp
Commits
2442e98b
Commit
2442e98b
authored
1 year ago
by
Aleksolotl
Browse files
Options
Downloads
Patches
Plain Diff
Update pyproject.toml
parent
36670047
No related branches found
No related tags found
1 merge request
!128
Update pyproject.toml
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+50
-8
50 additions, 8 deletions
pyproject.toml
with
50 additions
and
8 deletions
pyproject.toml
+
50
−
8
View file @
2442e98b
...
@@ -18,7 +18,7 @@ description = "AlekSIS (School Information System) — App Hjelp (FAQ, issue
...
@@ -18,7 +18,7 @@ description = "AlekSIS (School Information System) — App Hjelp (FAQ, issue
authors
=
[
"Julian Leucker <leuckeju@katharineum.de>"
,
"Frank Poetzsch-Heffter <p-h@katharineum.de>"
,
"Jonathan Weth <dev@jonathanweth.de>"
,
"Hangzhi Yu <yuha@katharineum.de>"
,
"Tom Teichler <tom.teichler@teckids.org>"
]
authors
=
[
"Julian Leucker <leuckeju@katharineum.de>"
,
"Frank Poetzsch-Heffter <p-h@katharineum.de>"
,
"Jonathan Weth <dev@jonathanweth.de>"
,
"Hangzhi Yu <yuha@katharineum.de>"
,
"Tom Teichler <tom.teichler@teckids.org>"
]
maintainers
=
[
"Jonathan Weth <dev@jonathanweth.de>"
,
"Dominik George <dominik.george@teckids.org>"
]
maintainers
=
[
"Jonathan Weth <dev@jonathanweth.de>"
,
"Dominik George <dominik.george@teckids.org>"
]
license
=
"EUPL-1.2-or-later"
license
=
"EUPL-1.2-or-later"
homepage
=
"https://aleksis.org
/
"
homepage
=
"https://aleksis.org"
repository
=
"https://edugit.org/AlekSIS/official/AlekSIS-App-Hjelp"
repository
=
"https://edugit.org/AlekSIS/official/AlekSIS-App-Hjelp"
documentation
=
"https://aleksis.org/AlekSIS/docs/html/"
documentation
=
"https://aleksis.org/AlekSIS/docs/html/"
keywords
=
[
"SIS"
,
"education"
,
"school"
,
"support"
,
"feedback"
]
keywords
=
[
"SIS"
,
"education"
,
"school"
,
"support"
,
"feedback"
]
...
@@ -31,25 +31,67 @@ classifiers = [
...
@@ -31,25 +31,67 @@ classifiers = [
"Typing :: Typed"
,
"Typing :: Typed"
,
]
]
[[tool.poetry.source]]
name
=
"PyPI"
priority
=
"primary"
[[tool.poetry.source]]
[[tool.poetry.source]]
name
=
"gitlab"
name
=
"gitlab"
url
=
"https://edugit.org/api/v4/projects/461/packages/pypi/simple"
url
=
"https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary
=
true
priority
=
"secondary"
[tool.poetry.dependencies]
[tool.poetry.dependencies]
python
=
"^3.9"
python
=
"^3.9"
aleksis-core
=
"^3.0"
aleksis-core
=
"^3.0"
[tool.poetry.dev-dependencies]
aleksis-builddeps
=
"*"
[tool.poetry.plugins."aleksis.app"]
[tool.poetry.plugins."aleksis.app"]
hjelp
=
"aleksis.apps.hjelp.apps:HjelpConfig"
hjelp
=
"aleksis.apps.hjelp.apps:HjelpConfig"
[tool.poetry.group.dev.dependencies]
django-stubs
=
"^4.2"
safety
=
"^2.3.5"
flake8
=
"^6.0.0"
flake8-django
=
"^1.0.0"
flake8-fixme
=
"^1.1.1"
flake8-mypy
=
"^17.8.0"
flake8-bandit
=
"^4.1.1"
flake8-builtins
=
"^2.0.0"
flake8-docstrings
=
"^1.5.0"
flake8-rst-docstrings
=
"^0.3.0"
black
=
">
=
21.0
"
flake8-black
=
"^0.3.0"
isort
=
"^5.0.0"
flake8-isort
=
"^6.0.0"
curlylint
=
"^0.13.0"
[tool.poetry.group.test.dependencies]
pytest
=
"^7.2"
pytest-django
=
"^4.1"
pytest-django-testing-postgresql
=
"^0.2"
pytest-cov
=
"^4.0.0"
pytest-sugar
=
"^0.9.2"
selenium
=
"^4.0.0"
freezegun
=
"^1.1.0"
[tool.poetry.group.docs]
optional
=
true
[tool.poetry.group.docs.dependencies]
sphinx
=
"^7.0"
sphinxcontrib-django
=
"^2.3.0"
sphinxcontrib-svg2pdfconverter
=
"^1.1.1"
sphinx-autodoc-typehints
=
"^1.7"
sphinx_material
=
"^0.0.35"
[tool.black]
[tool.black]
line-length
=
100
line-length
=
100
exclude
=
"/migrations/"
exclude
=
"/migrations/"
[build-system]
[build-system]
requires
=
["poetry
>
=
0.12
"]
requires
=
["poetry
-core>
=
1.0
.
0
"]
build-backend
=
"poetry.masonry.api"
build-backend
=
"poetry.
core.
masonry.api"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment