Skip to content

Commit

Permalink
Merge pull request #523 from Abdur-rahmaanJ/fix/deps
Browse files Browse the repository at this point in the history
chore: loosen deps
  • Loading branch information
Abdur-rahmaanJ authored May 4, 2024
2 parents e25ef8f + 87c5e3c commit 458e6ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
Binary file modified reqs/app.in
Binary file not shown.
28 changes: 7 additions & 21 deletions reqs/app.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile reqs/app.in
#
# This file was autogenerated by uv via the following command:
# uv pip compile reqs/app.in -o reqs/app.txt
alembic==1.7.3
# via flask-migrate
click==8.0.1
# via flask
dnspython==2.1.0
# via email-validator
email-validator==1.1.3
# via
# -r reqs/app.in
# shopyo
# via shopyo
et-xmlfile==1.1.0
# via openpyxl
flask==2.2.0
# via
# -r reqs/app.in
# flask-admin
# flask-login
# flask-mailman
Expand All @@ -31,20 +24,16 @@ flask==2.2.0
flask-admin==1.6.0
# via shopyo
flask-login==0.6.2
# via
# -r reqs/app.in
# shopyo
# via shopyo
flask-mailman==0.3.0
# via shopyo
flask-marshmallow==0.14.0
# via shopyo
flask-migrate==3.1.0
# via shopyo
flask-reuploaded==1.2.0
# via -r reqs/app.in
flask-sqlalchemy==2.5.1
# via
# -r reqs/app.in
# flask-migrate
# shopyo
flask-wtf==1.0.0
Expand Down Expand Up @@ -79,17 +68,12 @@ mkdocs-material-extensions==1.0.3
numpy==1.23.2
# via pandas
openpyxl==3.0.10
# via -r reqs/app.in
pandas==1.4.3
# via -r reqs/app.in
pandas==2.2.2
pillow==9.2.0
# via -r reqs/app.in
pymysql==1.0.2
# via -r reqs/app.in
python-dateutil==2.8.2
# via pandas
pythoncms==1.2.1
# via -r reqs/app.in
pytz==2022.2.1
# via pandas
shopyo==4.8.6
Expand All @@ -105,6 +89,8 @@ sqlalchemy==1.4.46
# marshmallow-sqlalchemy
# pythoncms
# shopyo
tzdata==2024.1
# via pandas
werkzeug==2.2.2
# via
# flask
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,9 @@
# packages=find_packages(exclude=['contrib', 'docs', 'tests']), # Required
python_requires=">=3.4",
include_package_data=True,
install_requires=open(os.path.join(here, "reqs", "app.txt"), encoding="utf-8")
install_requires=open(os.path.join(here, "reqs", "app.in"), encoding="utf-8")
.read()
.split("\n"), # Optional
extras_require={
"dev": open(os.path.join(here, "reqs", "dev.txt"), encoding="utf-8")
.read()
.split("\n"),
},
project_urls={ # Optional
"Bug Reports": "https://github.com/Abdur-RahmaanJ/shopcube/issues",
"Source": "https://github.com/Abdur-RahmaanJ/shopcube/",
Expand Down

0 comments on commit 458e6ac

Please sign in to comment.