Skip to content

Commit

Permalink
Cleanup and requirements updated (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Dyba <piotr@dyba.it>
  • Loading branch information
pdyba and pdyba authored Jan 10, 2024
1 parent 62670cb commit 886413b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 0 additions & 1 deletion lbz/dev/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from lbz.dev.server import MyDevServer, MyLambdaDevHandler
from lbz.dev.test import Client
from lbz.rest import APIGatewayEvent # backwards compatibility TODO: remove in 0.7.0
Empty file removed lbz/dev/misc.py
Empty file.
14 changes: 13 additions & 1 deletion requirements-deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements-deploy.in
# pip-compile --allow-unsafe requirements-deploy.in
#
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.6
Expand All @@ -18,6 +22,10 @@ importlib-metadata==7.0.1
# twine
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.3.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -30,6 +38,8 @@ nh3==0.2.15
# via readme-renderer
pkginfo==1.9.6
# via twine
pycparser==2.21
# via cffi
pygments==2.17.2
# via
# readme-renderer
Expand All @@ -46,6 +56,8 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
twine==4.0.2
# via -r requirements-deploy.in
urllib3==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.6.3

0 comments on commit 886413b

Please sign in to comment.