From 53b6b7db4b7d67013c440ad68091ceb70440214b Mon Sep 17 00:00:00 2001 From: _Kevin_Zhang_ <49049813+Dragollax@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:38:59 -0700 Subject: [PATCH] dependencies --- Pipfile | 2 ++ backend/Pipfile | 14 +++++--- requirements.txt | 85 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 5 deletions(-) create mode 100644 Pipfile create mode 100644 requirements.txt diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..ff64d26 --- /dev/null +++ b/Pipfile @@ -0,0 +1,2 @@ +requirements.txt found in C:\Users\wildl\OneDrive\Documents\microvan instead of +Pipfile! Converting... diff --git a/backend/Pipfile b/backend/Pipfile index 1f2f551..b243566 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -1,3 +1,4 @@ + [[source]] url = "https://pypi.org/simple" verify_ssl = true @@ -8,23 +9,26 @@ django = ">=4.2.6" djangorestframework = ">=3.14.0" django-environ = ">=0.11.2" psycopg2-binary = ">=2.9.9" -boto3 = ">=1.29.6" +boto3 = ">=1.34.47" django-storages = ">=1.14.2" djangorestframework-simplejwt = ">=5.3.1" -cryptography = ">=42.0.2" +cryptography = ">=42.0.3" requests = ">=2.31.0" -pyjwt = ">=2.8.0" +PyJWT = ">=2.8.0" django-cors-headers = ">=4.3.1" zappa = ">=0.58.0" -pandas = ">=2.2.1" +pandas = ">=2.0.3" gunicorn = "*" drf-jwt = ">=1.19.2" django-cognito-jwt = ">=0.0.4" +channels = ">=4.1.0" +daphne = ">=4.1.0" [dev-packages] flake8 = ">=6.1.0" isort = ">=5.12.0" -black = ">=23.10.0" +black = ">=23.11.0" + [requires] python_version = "3.10" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..497cdbd --- /dev/null +++ b/requirements.txt @@ -0,0 +1,85 @@ +argcomplete==3.2.2 +asgiref==3.7.2 +attrs==23.2.0 +autobahn==23.1.2 +Automat==22.10.0 +awscli==1.32.47 +backports.zoneinfo==0.2.1 +black==23.11.0 +boto3==1.34.47 +botocore==1.34.47 +certifi==2024.2.2 +cffi==1.16.0 +cfn-flip==1.3.0 +channels==4.1.0 +charset-normalizer==3.3.2 +click==8.1.7 +colorama==0.4.6 +constantly==23.10.4 +cryptography==42.0.3 +daphne==4.1.0 +distlib==0.3.8 +Django==4.2.7 +django-cognito-jwt==0.0.4 +django-cors-headers==4.3.1 +django-environ==0.11.2 +django-storages==1.14.2 +djangorestframework==3.14.0 +djangorestframework-simplejwt==5.3.1 +docutils==0.16 +durationpy==0.6 +et-xmlfile==1.1.0 +filelock==3.13.1 +flake8==6.1.0 +hjson==3.1.0 +hyperlink==21.0.0 +idna==3.6 +incremental==22.10.0 +jmespath==1.0.1 +kappa==0.6.0 +MarkupSafe==2.1.5 +mccabe==0.7.0 +mypy-extensions==1.0.0 +numpy==1.24.4 +openpyxl==3.1.2 +packaging==23.2 +pandas==2.0.3 +pathspec==0.11.2 +pipenv==2023.12.1 +placebo==0.9.0 +platformdirs==4.0.0 +psycopg2==2.9.9 +psycopg2-binary==2.9.9 +pyasn1==0.5.1 +pyasn1_modules==0.4.0 +pycodestyle==2.11.1 +pycparser==2.21 +pyflakes==3.1.0 +PyJWT==2.8.0 +pyOpenSSL==24.1.0 +python-dateutil==2.8.2 +python-dotenv==1.0.1 +python-slugify==8.0.4 +pytz==2023.3.post1 +PyYAML==6.0.1 +requests==2.31.0 +rsa==4.7.2 +s3transfer==0.10.0 +service-identity==24.1.0 +six==1.16.0 +sqlparse==0.4.4 +text-unidecode==1.3 +toml==0.10.2 +tomli==2.0.1 +tqdm==4.66.2 +troposphere==4.6.0 +Twisted==24.3.0 +twisted-iocpsupport==1.0.4 +txaio==23.1.1 +typing_extensions==4.8.0 +tzdata==2023.3 +urllib3==1.26.18 +virtualenv==20.25.0 +Werkzeug==3.0.1 +zappa==0.58.0 +zope.interface==6.2