Skip to content

Commit

Permalink
chore: format and run pepreqs for requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
xeekworx committed Jan 13, 2024
1 parent 33b9b06 commit 2b5b3d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
if len(parts) >= 2:
button_text, button_link = parts
args.button.append((button_text.strip(), button_link.strip()))

# Validate buttons:
if args.button:
for button in args.button:
Expand Down
18 changes: 0 additions & 18 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
awscli-local==0.21
boto3==1.28.67
botocore==1.31.67
certifi==2023.7.22
charset-normalizer==3.3.2
gitdb==4.0.10
GitPython==3.1.38
idna==3.4
jmespath==1.0.1
localstack-client==2.5
pip==23.3.1
pymsteams==0.2.2
python-dateutil==2.8.2
requests==2.31.0
s3transfer==0.7.0
setuptools==65.5.1
six==1.16.0
smmap==5.0.1
urllib3==2.0.7

0 comments on commit 2b5b3d0

Please sign in to comment.