Skip to content

Commit

Permalink
Merge pull request #222 from FlaskCon/fix-shopyo-version
Browse files Browse the repository at this point in the history
fix: use shopyo 4.4.2
  • Loading branch information
Abdur-rahmaanJ authored Apr 11, 2022
2 parents 8ad7857 + 2eb43f6 commit 20d88c4
Show file tree
Hide file tree
Showing 20 changed files with 270 additions and 261 deletions.
8 changes: 4 additions & 4 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Faker==7.0.1
Faker==13.3.4
flake8==3.8.4
black==20.8b1
isort==5.6.4
Sphinx==3.2.1
pytest==6.1.1
pytest==7.1.1
pytest-order==0.9.2
tox==3.21.0
pytest-cov==2.11.1
codecov==2.1.11
factory-boy==3.2.0
freezegun==1.1.0
factory-boy==3.2.1
freezegun==1.2.1
pytest-dotenv
text-unidecode==1.3
myst-parser
Expand Down
81 changes: 47 additions & 34 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,53 @@
alembic==1.5.8
click==7.1.2
cryptography==35.0.0
decorator==4.4.2
dnspython==2.1.0
email-validator==1.1.1
Flask==1.1.2
Flask-Admin==1.5.7
Flask-Login==0.5.0
flask-mailman==0.1.7
alembic==1.7.7
attrs==21.4.0
click==8.1.2
decorator==5.1.1
dnspython==2.2.1
email-validator==1.1.3
factory-boy==3.2.1
Faker==13.3.4
Flask==2.1.1
Flask-Admin==1.6.0
Flask-Login==0.6.0
flask-mailman==0.3.0
flask-marshmallow==0.14.0
Flask-Migrate==2.5.3
Flask-Reuploaded==0.3.2
Flask-SQLAlchemy==2.4.4
Flask-WTF==0.14.3
idna==3.1
Flask-Migrate==3.1.0
Flask-Reuploaded==1.2.0
Flask-SQLAlchemy==2.5.1
Flask-WTF==1.0.1
freezegun==1.2.1
greenlet==1.1.2
icalendar==4.0.9
idna==3.3
importlib-metadata==4.11.3
infinity==1.5
intervals==0.9.1
itsdangerous==1.1.0
Jinja2==2.11.3
Mako==1.1.4
MarkupSafe==1.1.1
marshmallow==3.8.0
marshmallow-sqlalchemy==0.23.1
Pillow==8.0.1
iniconfig==1.1.1
intervals==0.9.2
itsdangerous==2.1.2
Jinja2==3.1.1
Mako==1.2.0
MarkupSafe==2.1.1
marshmallow==3.15.0
marshmallow-sqlalchemy==0.28.0
mkdocs-material-extensions==1.0.3
packaging==21.3
pluggy==1.0.0
py==1.11.0
PyMySQL==1.0.2
python-dateutil==2.8.1
pyparsing==3.0.8
pytest==7.1.1
python-dateutil==2.8.2
python-editor==1.0.4
shopyo==3.9.4
six==1.15.0
SQLAlchemy==1.3.23
SQLAlchemy-Utils==0.36.8
pytz==2022.1
shopyo==4.4.2
six==1.16.0
SQLAlchemy==1.4.35
SQLAlchemy-Utils==0.38.2
tomli==2.0.1
tzdata==2022.1
validators==0.18.2
Werkzeug==1.0.1
WTForms==2.3.3
WTForms-Alchemy==0.17.0
Werkzeug==2.1.1
WTForms==3.0.1
WTForms-Alchemy==0.18.0
WTForms-Components==0.10.5
tzdata==2021.5
backports.zoneinfo==0.2.1
icalendar==4.0.9
zipp==3.8.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ isolated_build = True
[testenv]
changedir = traveller
deps =
-rdev_requirements.txt
-r dev_requirements.txt
commands =
coverage run --branch --source=. -m pytest {posargs}
coverage report
Expand Down
2 changes: 1 addition & 1 deletion traveller/.test.prod.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SECRET_KEY = "secret"
SECRET_KEY = "secrete"
MAIL_USERNAME = "[email protected]"
MAIL_PASSWORD = "pass"
MAIL_DEFAULT_SENDER = "[email protected]"
Expand Down
Loading

0 comments on commit 20d88c4

Please sign in to comment.