Skip to content

Commit

Permalink
Add packaging as first level requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 24, 2024
1 parent 1352674 commit 239f91b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Flask-Login==0.6.3
Flask-WTF==1.2.1
Jinja2==3.1.3
Markdown==3.6
packaging==24.0
passlib==1.7.4
polib==1.2.0
psycopg2==2.9.9
Expand Down
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ flask-wtf==1.2.1
# via -r requirements.in
greenlet==3.0.3
# via sqlalchemy
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
# flask
# markdown
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# flask-wtf
Expand All @@ -66,7 +66,7 @@ jinja2==3.1.3
# flask-babel
lxml==5.2.1
# via feedgen
mako==1.3.2
mako==1.3.3
# via alembic
markdown==3.6
# via -r requirements.in
Expand All @@ -82,6 +82,8 @@ mypy-extensions==1.0.0
# via mypy
nose==1.3.7
# via pyutilib
packaging==24.0
# via -r requirements.in
passlib==1.7.4
# via -r requirements.in
polib==1.2.0
Expand All @@ -108,7 +110,7 @@ pyutilib==6.0.0
# via -r requirements.in
pyyaml==6.0.1
# via -r requirements.in
redis==5.0.3
redis==5.0.4
# via rq
requests==2.31.0
# via
Expand Down

0 comments on commit 239f91b

Please sign in to comment.