Skip to content

Commit

Permalink
Up (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur authored Nov 14, 2024
1 parent 5a76ee4 commit 2316225
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pre-commit:

install: compile_requirements
pip install -r examples/requirements/dev.txt
pip install -e .
pip install -e .'[all]'
mkdir -p var/logs examples/db examples/media examples/media/static
python examples/django_example/manage.py collectstatic --noinput
python examples/django_example/manage.py migrate --noinput
Expand Down
2 changes: 1 addition & 1 deletion examples/requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r django_4_2.in
-r django_4_2_and_flask.in
-r deployment.in
49 changes: 48 additions & 1 deletion examples/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ aiohttp==3.10.5
# via edge-tts
aiosignal==1.3.1
# via aiohttp
alembic==1.14.0
# via -r examples/requirements/flask.in
asgiref==3.8.1
# via django
async-timeout==4.0.3
Expand All @@ -21,12 +23,16 @@ azure-core==1.30.2
# via azure-storage-blob
azure-storage-blob==12.22.0
# via pathy
babel==2.16.0
# via flask-babelex
backports-tarfile==1.2.0
# via jaraco-context
bcrypt==4.2.0
# via paramiko
beautifulsoup4==4.12.3
# via xml2epub
blinker==1.9.0
# via flask
boto3==1.35.16
# via
# moto
Expand Down Expand Up @@ -59,6 +65,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# flask
# gtts
# typer
colorama==0.4.6
Expand Down Expand Up @@ -118,6 +125,21 @@ filelock==3.16.0
# via
# tox
# virtualenv
flask==2.3.3
# via
# -r examples/requirements/flask.in
# flask-admin
# flask-babelex
# flask-sqlalchemy
# flask-testing
flask-admin==1.6.1
# via -r examples/requirements/flask.in
flask-babelex==0.9.4
# via -r examples/requirements/flask.in
flask-sqlalchemy==3.0.5
# via -r examples/requirements/flask.in
flask-testing==0.8.1
# via -r examples/requirements/flask.in
fonttools[woff]==4.53.1
# via weasyprint
frozenlist==1.4.1
Expand Down Expand Up @@ -145,6 +167,8 @@ google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos==1.65.0
# via google-api-core
greenlet==3.1.1
# via sqlalchemy
gtts==2.5.3
# via -r examples/requirements/common.in
html5lib==1.1
Expand All @@ -165,6 +189,8 @@ iniconfig==2.0.0
# via pytest
isodate==0.6.1
# via azure-storage-blob
itsdangerous==2.2.0
# via flask
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
Expand All @@ -177,6 +203,8 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.4
# via
# flask
# flask-babelex
# moto
# xml2epub
jmespath==1.0.1
Expand All @@ -196,12 +224,16 @@ lxml==5.3.0
# python-docx
# python-pptx
# xml2epub
mako==1.3.6
# via alembic
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via
# jinja2
# mako
# werkzeug
# wtforms
mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
Expand Down Expand Up @@ -384,6 +416,16 @@ smart-open==6.4.0
# via pathy
soupsieve==2.6
# via beautifulsoup4
speaklater==1.3
# via flask-babelex
sqlalchemy==1.4.54
# via
# -r examples/requirements/flask.in
# alembic
# flask-sqlalchemy
# sqlalchemy-utils
sqlalchemy-utils==0.41.2
# via -r examples/requirements/flask.in
sqlparse==0.5.1
# via
# django
Expand Down Expand Up @@ -414,6 +456,7 @@ typer-cli==0.12.5
# via pathy
typing-extensions==4.12.2
# via
# alembic
# asgiref
# asyncssh
# azure-core
Expand All @@ -440,7 +483,11 @@ webencodings==0.5.1
# html5lib
# tinycss2
werkzeug==3.0.4
# via moto
# via
# flask
# moto
wtforms==3.2.1
# via flask-admin
xlsxwriter==3.2.0
# via python-pptx
xml2epub==2.6.6
Expand Down

0 comments on commit 2316225

Please sign in to comment.