Skip to content
Snippets Groups Projects
Pipfile 409 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.thecodedev.de"
    verify_ssl = true
    name = "TheCodeLabs"
    
    
    Robert Goldmann's avatar
    Robert Goldmann committed
    [requires]
    python_version = "3.7"
    
    [packages]
    
    flask = "==1.1.2"
    flask_jwt_extended = "==3.24.1"
    gevent = "==1.5.0"
    psycopg2 = "==2.8.5"
    
    TheCodeLabs-BaseUtils = "==1.0.0"
    TheCodeLabs-FlaskUtils = "==1.0.2"
    
    
    [dev-packages]
    
    pyyaml = "==5.3.1"