From 7a112f54a941f55272ea2d5c67b3c234a735b949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Elias=20Pe=C3=B1a=20De=20La=20Torre?= Date: Tue, 21 May 2024 23:59:03 -0500 Subject: [PATCH] Update dependencies in setup.py --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index 10cfd66..2adecb0 100644 --- a/setup.py +++ b/setup.py @@ -14,12 +14,6 @@ AUTHOR_EMAIL = "development@omni.pro" URL = "https://github.com/Omnipro-Solutions/saas-app-oms" INSTALL_REQUIRES = [ - "Django==5.0", - "environs==9.5.0", - "django-jazzmin==2.6.0", - "djangorestframework==3.14.0", - "django-oauth-toolkit==2.3.0", - "django-json-widget==1.1.1", "omni-pro-app-base", ] # with open(HERE / "requirements.txt") as f: