Skip to content

Commit

Permalink
Fix/setup (#225)
Browse files Browse the repository at this point in the history
* fix: setup instructions
  • Loading branch information
Abdur-rahmaanJ authored Aug 8, 2023
1 parent ffbaa9f commit bf8c9fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install requirements.txt


```bash
$ python -m pip install -r requirements/dev.txt
$ python -m pip install -r requirements/reqs.txt
```

We are using MySQL but you can have a stab at a different db.
Expand Down
4 changes: 1 addition & 3 deletions requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r reqs.in
Faker
black
isort
Sphinx
Expand All @@ -13,5 +12,4 @@ freezegun
pytest-dotenv
text-unidecode
myst-parser
sphinx_rtd_theme
Faker
sphinx_rtd_theme
3 changes: 2 additions & 1 deletion requirements/reqs.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ WTForms-Alchemy==0.18.0
python-dateutil
python-editor
backports.zoneinfo
tzdata
tzdata
werkzeug==2.3.6
13 changes: 5 additions & 8 deletions requirements/reqs.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile ../requirements/reqs.in
# pip-compile --output-file=../requirements/reqs.txt ../requirements/reqs.in
#
alembic==1.7.7
# via flask-migrate
Expand Down Expand Up @@ -69,8 +69,6 @@ icalendar==4.0.9
# via -r ../requirements/reqs.in
idna==3.3
# via email-validator
importlib-metadata==4.11.3
# via flask
infinity==1.5
# via intervals
intervals==0.9.2
Expand Down Expand Up @@ -141,8 +139,9 @@ tzdata==2022.1
# via -r ../requirements/reqs.in
validators==0.18.2
# via wtforms-components
werkzeug==2.2.2
werkzeug==2.3.6
# via
# -r ../requirements/reqs.in
# flask
# flask-login
# shopyo
Expand All @@ -157,5 +156,3 @@ wtforms-alchemy==0.18.0
# via -r ../requirements/reqs.in
wtforms-components==0.10.5
# via wtforms-alchemy
zipp==3.8.0
# via importlib-metadata

0 comments on commit bf8c9fd

Please sign in to comment.