Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  dev.txt   Sprache: Text

 
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
#    pip-compile --allow-unsafe --output-file=requirements/dev.txt --resolver=backtracking --strip-extras requirements/dev.in
#
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
    # via
    #   -r requirements/lint.in
    #   -r requirements/runtime-deps.in
aiohappyeyeballs==2.3.4
    # via -r requirements/runtime-deps.in
aiohttp-theme==0.1.7
    # via -r requirements/doc.in
aioredis==2.0.1
    # via -r requirements/lint.in
aiosignal==1.3.1
    # via -r requirements/runtime-deps.in
alabaster==0.7.13
    # via sphinx
annotated-types==0.7.0
    # via pydantic
async-timeout==4.0.3 ; python_version < "3.11"
    # via
    #   -r requirements/runtime-deps.in
    #   aioredis
attrs==23.2.0
    # via -r requirements/runtime-deps.in
babel==2.12.1
    # via sphinx
blockdiag==3.0.0
    # via sphinxcontrib-blockdiag
brotli==1.1.0 ; platform_python_implementation == "CPython"
    # via -r requirements/runtime-deps.in
build==1.0.3
    # via pip-tools
certifi==2023.7.22
    # via requests
cffi==1.17.0
    # via
    #   cryptography
    #   pycares
cfgv==3.3.1
    # via pre-commit
charset-normalizer==3.2.0
    # via requests
cherry-picker==2.2.0
    # via -r requirements/dev.in
click==8.1.6
    # via
    #   cherry-picker
    #   pip-tools
    #   slotscheck
    #   towncrier
    #   typer
    #   wait-for-it
coverage==7.6.0
    # via
    #   -r requirements/test.in
    #   pytest-cov
cryptography==41.0.3
    # via
    #   pyjwt
    #   trustme
distlib==0.3.7
    # via virtualenv
docutils==0.20.1
    # via sphinx
exceptiongroup==1.1.2
    # via pytest
filelock==3.12.2
    # via virtualenv
freezegun==1.5.1
    # via -r requirements/test.in
frozenlist==1.4.1
    # via
    #   -r requirements/runtime-deps.in
    #   aiosignal
funcparserlib==1.0.1
    # via blockdiag
gidgethub==5.3.0
    # via cherry-picker
gunicorn==22.0.0
    # via -r requirements/base.in
identify==2.5.26
    # via pre-commit
idna==3.4
    # via
    #   requests
    #   trustme
    #   yarl
imagesize==1.4.1
    # via sphinx
importlib-metadata==7.0.0
    # via
    #   build
    #   sphinx
importlib-resources==6.1.1
    # via towncrier
incremental==22.10.0
    # via towncrier
iniconfig==2.0.0
    # via pytest
jinja2==3.1.2
    # via
    #   sphinx
    #   towncrier
markupsafe==2.1.3
    # via jinja2
multidict==6.0.5
    # via
    #   -r requirements/runtime-deps.in
    #   yarl
mypy==1.11.1 ; implementation_name == "cpython"
    # via
    #   -r requirements/lint.in
    #   -r requirements/test.in
mypy-extensions==1.0.0
    # via mypy
nodeenv==1.8.0
    # via pre-commit
packaging==23.1
    # via
    #   build
    #   gunicorn
    #   pytest
    #   sphinx
pillow==9.5.0
    # via
    #   -c requirements/broken-projects.in
    #   blockdiag
pip-tools==7.4.1
    # via -r requirements/dev.in
platformdirs==3.10.0
    # via virtualenv
pluggy==1.5.0
    # via pytest
pre-commit==3.5.0
    # via -r requirements/lint.in
proxy-py==2.4.4
    # via -r requirements/test.in
pycares==4.3.0
    # via aiodns
pycparser==2.21
    # via cffi
pydantic==2.9.2
    # via python-on-whales
pydantic-core==2.23.4
    # via pydantic
pygments==2.15.1
    # via sphinx
pyjwt==2.8.0
    # via
    #   gidgethub
    #   pyjwt
pyproject-hooks==1.0.0
    # via
    #   build
    #   pip-tools
pytest==8.3.2
    # via
    #   -r requirements/lint.in
    #   -r requirements/test.in
    #   pytest-cov
    #   pytest-mock
pytest-cov==5.0.0
    # via -r requirements/test.in
pytest-mock==3.14.0
    # via -r requirements/test.in
python-dateutil==2.8.2
    # via freezegun
python-on-whales==0.72.0
    # via
    #   -r requirements/lint.in
    #   -r requirements/test.in
pytz==2023.3.post1
    # via babel
pyyaml==6.0.1
    # via pre-commit
re-assert==1.1.0
    # via -r requirements/test.in
regex==2024.9.11
    # via re-assert
requests==2.31.0
    # via
    #   cherry-picker
    #   python-on-whales
    #   sphinx
setuptools-git==1.2
    # via -r requirements/test.in
six==1.16.0
    # via python-dateutil
slotscheck==0.19.0
    # via -r requirements/lint.in
snowballstemmer==2.2.0
    # via sphinx
sphinx==7.1.2
    # via
    #   -r requirements/doc.in
    #   sphinxcontrib-blockdiag
    #   sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
    # via sphinx
sphinxcontrib-blockdiag==3.0.0
    # via -r requirements/doc.in
sphinxcontrib-devhelp==1.0.2
    # via sphinx
sphinxcontrib-htmlhelp==2.0.1
    # via sphinx
sphinxcontrib-jsmath==1.0.1
    # via sphinx
sphinxcontrib-qthelp==1.0.3
    # via sphinx
sphinxcontrib-serializinghtml==1.1.5
    # via sphinx
sphinxcontrib-towncrier==0.4.0a0
    # via -r requirements/doc.in
tomli==2.0.1
    # via
    #   build
    #   cherry-picker
    #   coverage
    #   mypy
    #   pip-tools
    #   pyproject-hooks
    #   pytest
    #   slotscheck
    #   towncrier
towncrier==23.11.0
    # via
    #   -r requirements/doc.in
    #   sphinxcontrib-towncrier
tqdm==4.65.0
    # via python-on-whales
trustme==1.1.0 ; platform_machine != "i686"
    # via -r requirements/test.in
typer==0.9.0
    # via python-on-whales
typing-extensions==4.12.2
    # via
    #   aioredis
    #   annotated-types
    #   mypy
    #   pydantic
    #   pydantic-core
    #   python-on-whales
    #   typer
uritemplate==4.1.1
    # via gidgethub
urllib3==2.0.4
    # via requests
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
    # via
    #   -r requirements/base.in
    #   -r requirements/lint.in
virtualenv==20.24.2
    # via pre-commit
wait-for-it==2.2.2
    # via -r requirements/test.in
webcolors==1.13
    # via blockdiag
wheel==0.41.0
    # via pip-tools
yarl==1.13.0
    # via -r requirements/runtime-deps.in
zipp==3.17.0
    # via
    #   importlib-metadata
    #   importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
    # via pip-tools
setuptools==68.0.0
    # via
    #   blockdiag
    #   nodeenv
    #   pip-tools

Messung V0.5
C=92 H=98 G=94

¤ Dauer der Verarbeitung: 0.1 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge