Changeset 9a12b18


Ignore:
Timestamp:
Jul 9, 2014, 4:29:09 AM (11 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master
Children:
4f2c77a
Parents:
952d9fb
git-author:
Alex Dehnert <adehnert@…> (07/09/14 04:29:09)
git-committer:
Alex Dehnert <adehnert@…> (07/09/14 04:29:09)
Message:

Explain why Remit has its dependencies

Also, record the mechanize dependency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rd604f81 r9a12b18  
    66    packages = ["remit"],
    77    install_requires = [
    8         "pysapweb",
     8        # Server
    99        "django",
    1010        "django-treebeard",
     
    1313        # on Ubuntu, try apt-get build-dep python-ldap
    1414        "python-ldap"
     15
     16        # Client
     17        "pysapweb",     # SAPWeb
     18        "mechanize",    # site->client downloader (for SAPWeb or vouchers)
    1519    ],
    1620
Note: See TracChangeset for help on using the changeset viewer.