forked from apple/ccs-calendarserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-cs.txt
41 lines (30 loc) · 1.01 KB
/
requirements-cs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
##
# Main CalendarServer dependency (does not include Twisted)
##
--editable . # calendarserver
zope.interface==4.3.2
setuptools==30.2.0
--editable git+https://github.com/apple/ccs-twistedextensions.git#egg=twextpy
cffi==1.9.1
pycparser==2.17
#twisted
# [LDAP] extra
python-ldap==2.4.28
#setuptools
# [DAL] extra
sqlparse==0.2.0
# [OpenDirectory] extra
#pyobjc-framework-OpenDirectory # Use system module
# [Postgres] extra
six==1.10.0
pg8000==1.10.6
# [Oracle] extra
#cx_Oracle==5.2 # Needs manual patch
--editable git+https://github.com/apple/ccs-pykerberos.git#egg=kerberos
--editable git+https://github.com/apple/ccs-pycalendar.git#egg=pycalendar
python-dateutil==2.6.0
pytz==2016.7
psutil==5.0.0
setproctitle==1.1.10
# xattr==0.7.5 # Only needed for upgrades from ancient versions. Added in _cache_deps.
#cffi