Skip to content
Snippets Groups Projects
Select Git revision
  • 07cc4c95efb144185a941bd49f51f00aa954af81
  • master default
  • renovate/pytest-8.x-lockfile
  • renovate/icalendar-6.x
  • renovate/flask-3.x
  • renovate/gevent-25.x
  • renovate/pytz-2025.x
  • v1.33.0
  • v1.32.1
  • v1.32.0
  • v1.31.2
  • v1.31.1
  • v1.31.0
  • v1.30.0
  • v1.29.0
  • v1.28.0
  • v1.27.0
  • v1.26.0
  • v1.25.0
  • v1.24.0
  • v1.23.1
  • v1.23.0
  • v1.22.0
  • v1.20.0
  • v1.19.1
  • v1.19.0
  • v1.18.0
27 results

__init__.py

Blame
  • Pipfile 459 B
    [[source]]
    url = "https://pypi.python.org/simple"
    verify_ssl = true
    name = "pypi"
    
    [[source]]
    url = "https://pypi.thecodelabs.de"
    verify_ssl = true
    name = "TheCodeLabs"
    
    [requires]
    python_version = "3"
    
    [packages]
    flask = "==2.3.2"
    flask_jwt_extended = "==4.5.2"
    gevent = "==22.10.2"
    psycopg2 = "==2.9.6"
    TheCodeLabs-BaseUtils = {version="*", index="TheCodeLabs"}
    TheCodeLabs-FlaskUtils = {version="*", index="TheCodeLabs"}
    pyyaml = "==6.0.0"
    
    [dev-packages]