Skip to content
Snippets Groups Projects
Pipfile 348 B
Newer Older
  • Learn to ignore specific revisions
  • Robert Goldmann's avatar
    Robert Goldmann committed
    [[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]
    TheCodeLabs-BaseUtils = "*"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    fastapi = "==0.92.0"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    uvicorn = "==0.20.0"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    sqlalchemy = "==2.0.4"
    apscheduler = "==3.10.0"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    [dev-packages]