Skip to content
Snippets Groups Projects
Select Git revision
9 results Searching

transactions.js

Blame
  • Pipfile 409 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 = "==1.1.2"
    flask_jwt_extended = "==3.24.1"
    gevent = "==20.6.2"
    psycopg2 = "==2.8.5"
    TheCodeLabs-BaseUtils = "==1.3.1"
    TheCodeLabs-FlaskUtils = "==1.1.0"
    
    [dev-packages]
    pyyaml = "==5.3.1"