Commit 573348e9 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

added install requirements to setup.py

parent ddd0b441
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -18,4 +18,15 @@ setup(
		kodo_sso.__name__: ['templates/*.html', 'templates/*/*.html'],
	},
	data_files = static_files(join('share', kodo_sso.__name__, 'static')),

	install_requires = [
		'Django==1.9',
		'beautifulsoup4~=4.4',
		'django-htmlmin~=0.8',
		'django-oidc-provider~=0.2',
		'django-widget-tweaks~=1.4',
		'html5lib==0.9999999',
		'passlib~=1.6',
		'six~=1.10',
	],
)