Skip to content
Snippets Groups Projects
Pipfile 394 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"
    
    
    url = "https://pypi.thecodelabs.de"
    
    verify_ssl = true
    name = "TheCodeLabs"
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    [requires]
    
    python_version = "3"
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    
    [packages]
    
    flask = "==2.3.2"
    
    gevent = "==22.10.2"
    
    requests = "==2.31.0"
    
    TheCodeLabs-BaseUtils = {version="*", index="TheCodeLabs"}
    TheCodeLabs-FlaskUtils = {version="*", index="TheCodeLabs"}