Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsoc12 committed Jun 18, 2022
1 parent 550d4c5 commit 99a8ad2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
15 changes: 10 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
appdirs==1.4.4
attrs==21.4.0
certifi==2021.10.8
cattrs==1.10.0
certifi==2022.6.15
charset-normalizer==2.0.12
cmd2==2.4.0
cmd2==2.4.1
idna==3.3
pyperclip==1.8.2
pyxdg==0.27
requests==2.27.1
pyxdg==0.28
requests==2.28.0
requests-cache==0.9.4
six==1.16.0
tabulate==0.8.9
urllib3==1.26.8
url-normalize==1.4.3
urllib3==1.26.9
wcwidth==0.2.5
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
url="https://github.com/afonsoc12/firefly-cli",
packages=setuptools.find_packages(),
install_requires=[
"cmd2>=2.4,<3",
"requests>=2.27,<3",
"tabulate>=0.8,<1",
"pyxdg>=0.27,<1",
"cmd2>=2.4.1,<3",
"requests-cache>=0.9.4,<1",
"tabulate>=0.8.9,<1",
"pyxdg>=0.28,<1",
],
entry_points={"console_scripts": ["firefly-cli = firefly_cli:main"]},
classifiers=[
Expand Down

0 comments on commit 99a8ad2

Please sign in to comment.