Skip to content

Commit

Permalink
add django-oauth-toolkit via Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexArray committed Jan 8, 2024
1 parent f9e6dbe commit d34797d
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 7 deletions.
1 change: 1 addition & 0 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ numpy = "1.26.0"
django-debug-toolbar = "*"
inotify-simple = "*"
Twisted = {extras = ["tls", "http2"], version = "*" }
django-oauth-toolkit = "==2.3.0"

[dev-packages]

Expand Down
146 changes: 142 additions & 4 deletions backend/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ amqp==5.1.1 ; python_version >= '3.6'
annotated-types==0.6.0 ; python_version >= '3.8'
asgiref==3.7.2
asttokens==2.4.1
async-timeout==4.0.3 ; python_version >= '3.7'
async-timeout==4.0.3 ; python_full_version <= '3.11.2'
attrs==23.1.0 ; python_version >= '3.7'
authy==2.2.6
autobahn==23.6.2 ; python_version >= '3.9'
Expand All @@ -33,8 +33,9 @@ colorlog==6.7.0
constantly==23.10.4 ; python_version >= '3.8'
cryptography==41.0.5
daphne==4.0.0
decorator==5.1.1 ; python_version >= '3.11'
decorator==5.1.1 ; python_version < '3.11' and python_version >= '3.7'
defusedxml==0.7.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
deprecated==1.2.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
discord-webhook==1.3.0
dj-database-url==2.1.0
django==4.0.10
Expand All @@ -46,6 +47,7 @@ django-extensions==3.2.3
django-hijack==3.4.2
django-ipware==5.0.2
django-jstemplate==2.0.1
django-oauth-toolkit==2.3.0
django-qr-code==3.1.1
django-redis==5.4.0
django-safedelete==1.3.2
Expand All @@ -54,6 +56,7 @@ django-simple-history==3.4.0
django-webpack-loader==2.0.1
django-widget-tweaks==1.5.0
djangorestframework==3.14.0
exceptiongroup==1.2.0 ; python_version < '3.11'
executing==2.0.1 ; python_version >= '3.5'
firebase-admin==6.2.0
frozenlist==1.4.0 ; python_version >= '3.8'
Expand Down Expand Up @@ -82,6 +85,7 @@ ipdb==0.13.13
ipython==8.17.2 ; python_version >= '3.11'
jedi==0.19.1 ; python_version >= '3.6'
jsonfield==3.1.0
jwcrypto==1.5.1 ; python_version >= '3.6'
kombu==5.3.2 ; python_version >= '3.8'
matplotlib-inline==0.1.6 ; python_version >= '3.5'
msgpack==1.0.7 ; python_version >= '3.8'
Expand All @@ -93,13 +97,15 @@ oauth2client==4.1.3
oauthlib==3.2.2 ; python_version >= '3.6'
packaging==23.2
parso==0.8.3 ; python_version >= '3.6'
pexpect==4.9.0 ; sys_platform != 'win32'
phonenumbers==8.13.24
pillow==10.1.0
priority==1.3.0
prompt-toolkit==3.0.39 ; python_full_version >= '3.7.0'
proto-plus==1.22.3 ; python_version >= '3.6'
protobuf==4.24.4 ; python_version >= '3.7'
psycopg2-binary==2.9.9
ptyprocess==0.7.0
pure-eval==0.2.2
pushbullet.py==0.12.0
pyasn1==0.5.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
Expand All @@ -113,6 +119,7 @@ pyopenssl==23.3.0
pyparsing==3.1.1 ; python_version >= '3.1'
pytelegrambotapi==4.14.0
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-ipware==2.0.1 ; python_version >= '3.7'
python-magic==0.4.27 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
python3-openid==3.2.0
pytz==2023.3.post1
Expand All @@ -127,6 +134,7 @@ setuptools==68.2.2 ; python_version >= '3.8'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4 ; python_version >= '3.5'
stack-data==0.6.3
tomli==2.0.1 ; python_version < '3.11' and python_version >= '3.7'
traitlets==5.13.0 ; python_version >= '3.8'
twilio==8.10.0
twisted[http2,tls]==23.10.0
Expand All @@ -140,6 +148,6 @@ vine==5.0.0 ; python_version >= '3.6'
wcwidth==0.2.9
websocket-client==1.6.4 ; python_version >= '3.8'
whitenoise[brotli]==6.6.0
wrapt==1.16.0 ; python_version >= '3.6'
yarl==1.9.2 ; python_version >= '3.7'
zope.interface==6.1
django-oauth-toolkit==2.3.0

0 comments on commit d34797d

Please sign in to comment.