Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrczhang committed Apr 10, 2024
1 parent 8f9ce26 commit 53b6b7d
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requirements.txt found in C:\Users\wildl\OneDrive\Documents\microvan instead of
Pipfile! Converting...
14 changes: 9 additions & 5 deletions backend/Pipfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
Expand All @@ -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"
Expand Down
85 changes: 85 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 53b6b7d

Please sign in to comment.