mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
.
This commit is contained in:
parent
e6549be9dd
commit
ddcebbf9cc
2 changed files with 43 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
*.pyc
|
||||
db.sqlite3
|
||||
|
||||
config.ini
|
||||
|
|
|
|||
42
requirements.py
Normal file
42
requirements.py
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
asgiref==3.4.1
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.0.12
|
||||
coreapi==2.3.3
|
||||
coreschema==0.0.4
|
||||
cryptography==39.0.0
|
||||
Django==3.2.17
|
||||
django-appconf==1.0.5
|
||||
django-bootstrap-form==3.4
|
||||
django-classy-tags==2.0.0
|
||||
django-cryptography==1.1
|
||||
django-filter==21.1
|
||||
django-formtools==2.4
|
||||
django-jsonfield==1.4.1
|
||||
django-otp==1.1.4
|
||||
django-phonenumber-field==6.0.0
|
||||
django-sekizai==2.0.0
|
||||
django-two-factor-auth==1.15.0
|
||||
django-user-sessions==2.0.0
|
||||
djangorestframework==3.14.0
|
||||
idna==3.4
|
||||
importlib-metadata==4.8.3
|
||||
itypes==1.2.0
|
||||
Jinja2==3.0.3
|
||||
Markdown==3.3.7
|
||||
MarkupSafe==2.0.1
|
||||
mysqlclient==2.1.1
|
||||
phonenumbers==8.13.5
|
||||
phonenumberslite==8.13.5
|
||||
pkg_resources==0.0.0
|
||||
pycparser==2.21
|
||||
pytz==2022.7.1
|
||||
qrcode==7.3.1
|
||||
requests==2.27.1
|
||||
sentry-sdk==1.15.0
|
||||
six==1.16.0
|
||||
sqlparse==0.4.3
|
||||
typing_extensions==4.1.1
|
||||
uritemplate==4.1.1
|
||||
urllib3==1.26.14
|
||||
zipp==3.6.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue