Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozeliang committed Dec 26, 2021
1 parent d467658 commit 6b63e8e
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ __pycache__/
# database & logs
*.db
# *.sqlite3
*.log

# venv
# env
# venv
Expand Down
20 changes: 20 additions & 0 deletions book/migrations/0030_auto_20211226_1255.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated by Django 2.2.10 on 2021-12-26 11:55

import datetime
from django.db import migrations, models
from django.utils.timezone import utc


class Migration(migrations.Migration):

dependencies = [
('book', '0029_auto_20210827_2144'),
]

operations = [
migrations.AlterField(
model_name='borrowrecord',
name='end_day',
field=models.DateTimeField(default=datetime.datetime(2022, 1, 2, 11, 55, 30, 383234, tzinfo=utc)),
),
]
Binary file modified db.sqlite3
Binary file not shown.
3 changes: 3 additions & 0 deletions logging/book.admin.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2021-12-26 12:56:02,180 django.utils.autoreload 597 INFO Watching for file changes with StatReloader
2021-12-26 12:56:33,191 django.request 222 WARNING Not Found: /favicon.ico
2021-12-26 13:50:24,114 django.utils.autoreload 597 INFO Watching for file changes with StatReloader
Empty file added logging/book.performance.log
Empty file.
92 changes: 77 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,97 @@
asgiref==3.4.0
autopep8==1.5.7
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
attrs==21.2.0
backcall==0.2.0
beautifulsoup4==4.9.3
bleach==4.1.0
bootstrap4==0.1.0
certifi==2021.5.30
cffi==1.15.0
charset-normalizer==2.0.4
colorama==0.4.4
crispy-tailwind==0.5.0
debugpy==1.5.1
decorator==5.1.0
defusedxml==0.7.1
dj-database-url==0.5.0
Django==2.2.10
django-ajax-selects==2.1.0
django-autocomplete-light==3.8.2
django-bootstrap-datepicker-plus==3.0.5
django-bootstrap4==3.0.1
django-crispy-forms==1.12.0
django-phonenumber-field==5.2.0
django-appconf==1.0.5
django-bootstrap-datepicker-plus==4.0.0
django-ckeditor==6.2.0
django-crispy-forms==1.13.0
django-filter==21.1
django-flatpickr==1.0.1
django-js-asset==1.2.2
django-model-utils==4.2.0
django-mptt==0.13.4
django-notification==1.3.3
django-notifications-hq==1.6.0
django-phonenumber-field==6.0.0
django-user-accounts==3.1.0
djangorestframework==3.13.1
entrypoints==0.3
et-xmlfile==1.1.0
gunicorn==20.1.0
idna==3.2
install==1.3.4
numpy==1.21.1
openpyxl==3.0.7
pandas==1.3.1
phonenumbers==8.12.28
Pillow==8.3.1
ipykernel==6.6.0
ipython==7.30.1
ipython-genutils==0.2.0
ipywidgets==7.6.5
jedi==0.18.1
Jinja2==3.0.3
jsonfield==3.1.0
jsonschema==4.3.2
jupyter==1.0.0
jupyter-client==7.1.0
jupyter-console==6.4.0
jupyter-core==4.9.1
jupyterlab-pygments==0.1.2
jupyterlab-widgets==1.0.2
Markdown==3.3.6
MarkupSafe==2.0.1
matplotlib-inline==0.1.3
mistune==0.8.4
nbclient==0.5.9
nbconvert==6.3.0
nbformat==5.1.3
nest-asyncio==1.5.4
notebook==6.4.6
numpy==1.21.5
packaging==21.3
pandas==1.3.5
pandocfilters==1.5.0
parso==0.8.3
pickleshare==0.7.5
Pillow==8.4.0
prometheus-client==0.12.0
prompt-toolkit==3.0.24
pycodestyle==2.7.0
pycparser==2.21
Pygments==2.10.0
pyparsing==3.0.6
pyrsistent==0.18.0
python-dateutil==2.8.2
python-decouple==3.4
pytz==2021.1
pywin32==303
pywinpty==1.1.6
pyzmq==22.3.0
qtconsole==5.2.2
QtPy==2.0.0
requests==2.26.0
Send2Trash==1.8.0
six==1.16.0
soupsieve==2.2.1
sqlparse==0.4.1
swapper==1.3.0
terminado==0.12.1
testpath==0.5.0
toml==0.10.2
tornado==6.1
traitlets==5.1.1
Unipath==1.1
urllib3==1.26.6
waitress==2.0.0
wcwidth==0.2.5
webencodings==0.5.1
whitenoise==5.2.0
widgetsnbextension==3.5.2

0 comments on commit 6b63e8e

Please sign in to comment.