Skip to content

Commit

Permalink
[fix] dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirs-git committed Apr 26, 2023
1 parent 8eb1b13 commit 1b163df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ readme = "README.rst"
license = { text="MIT" }
requires-python = ">=3.8"
dependencies = [
"requests == 2.28.1",
"netmiko == 4.1.2",
"ciscoconfparse == 1.7.18",
"requests == 2.28.*",
"netmiko == 4.1.*",
"ciscoconfparse == 1.7.*",
]
keywords = ["fortigate", "api", "fortios", "firewall", "networking", "telecommunication"]
classifiers = [
Expand Down

0 comments on commit 1b163df

Please sign in to comment.