Loading setup.py +11 −0 Original line number Diff line number Diff line Loading @@ -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', ], ) Loading
setup.py +11 −0 Original line number Diff line number Diff line Loading @@ -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', ], )