-
Notifications
You must be signed in to change notification settings - Fork 20
/
setup.cfg
54 lines (51 loc) · 1.27 KB
/
setup.cfg
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
42
43
44
45
46
47
48
49
50
51
52
53
54
;;
;; fun-apps package
;;
[metadata]
name = fun-apps
version = 5.20.0
description = FUN MOOC applications
long_description = file: README.md
author = Open FUN (France Universite Numerique)
author_email = [email protected]
url = https://github.com/openfun/fun-apps
license= AGPL 3.0
keywords = Django, Open edX, MOOC
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 1.8
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Natural Language :: English
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[options]
include_package_data = true
install_requires =
django-bootstrap-form==3.2
django-ckeditor-updated==4.4.4
django-contact-form==1.0
django-haystack==2.4.1
django-pure-pagination==0.2.1
django-masquerade==1.3
django-solo==1.0.3
easy-thumbnails==2.2
oauth2client==3.0.0
google-api-python-client==1.5.1
hashids==1.1.0
pycaption==0.4.6
rsa==4.5
unicodecsv==0.9.4
packages = find:
zip_safe = False
[options.extras_require]
dev =
django-babel-underscore==0.5.2
fun-cmd==0.2.0
pylint==1.5.4
wheel
ipython =
ipython-xblock==0.2.0
[wheel]
universal = 1