diff --git a/.directory b/.directory deleted file mode 100644 index b72b6a3c..00000000 --- a/.directory +++ /dev/null @@ -1,3 +0,0 @@ -[Dolphin] -Timestamp=2010,2,24,8,17,53 -ViewMode=1 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/Procfile b/Procfile deleted file mode 100644 index 9d4adaeb..00000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: sh -c 'cd koalixcrm && gunicorn projectsettings.wsgi' diff --git a/app.json b/app.json deleted file mode 100644 index a708509b..00000000 --- a/app.json +++ /dev/null @@ -1,10 +0,0 @@ - -{ - "name": "koalixcrm", - "description": "koalixcrm is an Open Source Python CRM and ERP based on django", - "repository": "https://github.com/scaphilo/koalixcrm.git", - "scripts": { - "postdeploy": "python sandbox/manage.py collectstatic && python sandbox/manage.py makemigrations && python sandbox/manage.py migrate && echo \"from django.contrib.auth.models import User; User.objects.create_superuser('Admin001', 'admin001@koalixcrm.com', 'admin001')\" | python sandbox/manage.py shell" - }, - "env": {} -} diff --git a/requirements/base_requirements.txt b/requirements/base_requirements.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/setup.py b/setup.py index f91475a3..c6eef3d1 100644 --- a/setup.py +++ b/setup.py @@ -10,11 +10,11 @@ author_email='aaron.riedener@gmail.com', license='BSD', packages=find_packages(exclude=["projectsettings", "documentation"]), - install_requires=['Django==3.2.20', + install_requires=['Django==3.2.25', 'django-filebrowser==3.14.3', 'lxml==5.1.0', 'olefile==0.46', - 'Pillow==7.1.2', + "Pillow==10.2.0", 'psycopg2-binary==2.8.4', 'pytz==2022.4', 'django-grappelli==2.15.7',