Skip to content

Commit

Permalink
Merge pull request #30 from sasa-buklijas/requests_dependency
Browse files Browse the repository at this point in the history
Add requests==2.31.0 dependency
  • Loading branch information
mzdrale authored Oct 16, 2023
2 parents 322ff5b + b098241 commit 07a1853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
setuptools.setup(
name="pyubee",
version="0.12",
install_requires=[
"requests==2.31.0",
],
author="Miroslav Zdrale",
author_email="mzdrale@gmail.com",
description="Simple library for getting stats from Ubee routers.",
Expand Down

0 comments on commit 07a1853

Please sign in to comment.