Skip to content

Commit

Permalink
Merge pull request #2 from fabaff/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
bm1549 authored Jun 9, 2021
2 parents 238324a + b2acf51 commit 90ecd71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
long_description_content_type="text/markdown",
url="https://github.com/bm1549/frigidaire",
packages=setuptools.find_packages(),
install_requires=[
"certifi>=2020.12.5",
"chardet>=4.0.0",
"idna>=2.10",
"requests>=2.25.1",
"urllib3>==1.26.42",
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 90ecd71

Please sign in to comment.