Skip to content
Snippets Groups Projects
requirements.txt 798 B
Newer Older
  • Learn to ignore specific revisions
  • # Versions from Debian Buster
    ldap3==2.4.1
    flask==1.0.2
    Flask-SQLAlchemy==2.1
    qrcode==6.1
    fido2==0.5.0
    Flask-OAuthlib==0.9.5
    
    # The main dependencies on their own lead to version collisions and pip is
    # not very good at resolving them, so we pin the versions from Debian Buster
    # for all dependencies.
    certifi==2018.8.24