name='homeschooling-be-app' -> name='waecm-2021-group-04';

remove channels (websockets) dep;
remove channels_redis dep;
This commit is contained in:
Marco Zeisler 2021-04-30 16:04:27 +02:00
parent 32f032df83
commit 212062ecdf

View File

@ -5,7 +5,7 @@ from setuptools import find_packages, setup
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='homeschooling-be-app',
name='waecm-2021-group-04',
version='0.0.0',
packages=find_packages(),
include_package_data=True,
@ -14,12 +14,10 @@ setup(
'djangorestframework==3.12.1',
'djangorestframework-jwt==1.11.0',
'django-cors-headers==3.5.0',
'channels==3.0.1',
'channels_redis==3.2.0',
'whitenoise==5.2.0',
'oauth2==1.1.1',
'oauthlib==3.1.0',
'py-jwt-validator==0.6.0',
'py-jwt-validator==0.6.0'
],
license='BSD License', # example license
description='DESCRIPTION'