Remove legacy setup comments

Remove legacy update script
This commit is contained in:
Adarnof 2017-09-28 23:05:43 -04:00
parent b3d02b0c37
commit 93eca76bf8
2 changed files with 0 additions and 7 deletions

View File

@ -21,7 +21,6 @@ install_requires = [
'django-redis-cache>=1.7.1',
'django-celery-beat',
# Openfire
'openfire-restapi',
'sleekxmpp',
@ -41,8 +40,6 @@ setup(
author='Alliance Auth',
author_email='adarnof@gmail.com',
description='Eve alliance auth for the 99 percent',
# Any changes in these package requirements
# should be reflected in requirements.txt as well.
install_requires=install_requires,
extras_require={
'testing': testing_extras,

View File

@ -1,4 +0,0 @@
pip install --upgrade -r requirements.txt
python manage.py migrate --fake-initial
yes yes | python manage.py collectstatic -c
python manage.py check --deploy