Changeset 9a12b18
- Timestamp:
- Jul 9, 2014, 4:29:09 AM (11 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
rd604f81 r9a12b18 6 6 packages = ["remit"], 7 7 install_requires = [ 8 "pysapweb",8 # Server 9 9 "django", 10 10 "django-treebeard", … … 13 13 # on Ubuntu, try apt-get build-dep python-ldap 14 14 "python-ldap" 15 16 # Client 17 "pysapweb", # SAPWeb 18 "mechanize", # site->client downloader (for SAPWeb or vouchers) 15 19 ], 16 20
Note: See TracChangeset
for help on using the changeset viewer.