Skip to content

Commit

Permalink
#43 pipライブラリのアップデート.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoneyan committed Jan 5, 2025
1 parent de6f31a commit e3f9c67
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 205 deletions.
82 changes: 41 additions & 41 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,48 @@ verify_ssl = true
name = "pypi"

[packages]
asgiref = "==3.*"
attrs = "==24.*"
autobahn = "==24.*"
automat = "==24.*"
certifi = "==2024.*"
cffi = "==1.*"
channels = "==4.*"
charset-normalizer = "==3.*"
constantly = "==23.*"
cryptography = "==43.*"
daphne = "==4.*"
asgiref = "*"
attrs = "*"
autobahn = "*"
automat = "*"
certifi = "*"
cffi = "*"
channels = "*"
charset-normalizer = "*"
constantly = "*"
cryptography = "*"
daphne = "*"
django = "==5.*"
django-auth-ldap = "==5.*"
django-countries = "==7.*"
django-debug-toolbar = "==4.*"
django-qrcode = "==0.*"
django-widget-tweaks = "==1.*"
hyperlink = "==21.*"
idna = "==3.*"
incremental = "==24.*"
markdown = "==3.*"
mysqlclient = "==2.*"
pyasn1 = "==0.6.*"
pyasn1-modules = "==0.4.*"
pycparser = "==2.*"
pyopenssl = "==24.*"
pyotp = "==2.9.0"
pypng = "==0.20220715.0"
python-ldap = "==3.*"
pytz = "==2024.*"
qrcode = "==8.*"
requests = "==2.*"
service-identity = "==24.*"
six = "==1.*"
slack-sdk = "==3.*"
sqlparse = "==0.*"
stripe = "==11.*"
twisted = "==24.*"
txaio = "==23.*"
typing-extensions = "==4.*"
urllib3 = "==2.*"
"zope.interface" = "==7.*"
django-auth-ldap = "*"
django-countries = "*"
django-debug-toolbar = "*"
django-qrcode = "*"
django-widget-tweaks = "*"
hyperlink = "*"
idna = "*"
incremental = "*"
markdown = "*"
mysqlclient = "*"
pyasn1 = "*"
pyasn1-modules = "*"
pycparser = "*"
pyopenssl = "*"
pyotp = "*"
pypng = "*"
python-ldap = "*"
pytz = "*"
qrcode = "*"
requests = "*"
service-identity = "*"
six = "*"
slack-sdk = "*"
sqlparse = "*"
stripe = "*"
twisted = "*"
txaio = "*"
typing-extensions = "*"
urllib3 = "*"
"zope.interface" = "*"
django-simple-history = "*"

[dev-packages]
Expand Down
Loading

0 comments on commit e3f9c67

Please sign in to comment.