Skip to content

Commit

Permalink
Merge pull request #184 from manofcolombia/master
Browse files Browse the repository at this point in the history
add xmltodict to setup.py
  • Loading branch information
marksull authored Apr 4, 2024
2 parents 2af5775 + d474a6d commit d716432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
keywords="fmcapi fmc ftd security cisco ngfw api firepower",
packages=find_packages(exclude=["docs", "tests*"]),
install_requires=["requests", "datetime", "ipaddress"],
install_requires=["requests", "datetime", "ipaddress", "xmltodict"],
python_requires=">=3.6",
package_data={},
data_files=None,
Expand Down

0 comments on commit d716432

Please sign in to comment.