Skip to content
Snippets Groups Projects
Pipfile 457 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]
    flask = "==1.1.2"
    
    gevent = "==21.1.2"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    TheCodeLabs-BaseUtils = "*"
    TheCodeLabs-FlaskUtils = "*"
    
    apscheduler = "==3.7.0"
    Babel = "==2.9.0"
    
    icalendar = "==4.0.7"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    [dev-packages]