diff --git a/setup.py b/setup.py index 5271f772..7e9e35dc 100644 --- a/setup.py +++ b/setup.py @@ -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, diff --git a/update.sh b/update.sh deleted file mode 100755 index 936222e0..00000000 --- a/update.sh +++ /dev/null @@ -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 \ No newline at end of file