Skip to content
Snippets Groups Projects
requirements.txt 1.13 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Development dependencies, install manually if needed.
    # stellar==0.4.5
    # Werkzeug==0.14.1
    
    Faker==1.0.8 # Pinning to avoid API changes to pydecimal in 0.x - could go higher in future
    
    Todd Dembrey's avatar
    Todd Dembrey committed
    
    
    Todd Dembrey's avatar
    Todd Dembrey committed
    # Production dependencies
    
    Fredrik Jonsson's avatar
    Fredrik Jonsson committed
    django==2.1.11