Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spopat-crest committed Feb 2, 2024
1 parent a96c624 commit b827ed3
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 30 deletions.
30 changes: 1 addition & 29 deletions maxmind.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "information",
"publisher": "Splunk",
"main_module": "maxmind_connector.py",
"app_version": "2.2.7",
"app_version": "2.2.6",
"utctime_updated": "2022-04-26T17:17:54.000000Z",
"package_name": "phantom_maxmind",
"product_name": "GeoIP2",
Expand Down Expand Up @@ -61,34 +61,6 @@
}
]
},
"pip3_dependencies": {
"wheel": [
{
"module": "geoip2",
"input_file": "wheels/shared/geoip2-2.9.0-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.8-py2.py3-none-any.whl"
},
{
"module": "maxminddb",
"input_file": "wheels/py3/maxminddb-1.5.1-py3-none-any.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl"
}
]
},
"actions": [
{
"action": "test connectivity",
Expand Down
2 changes: 1 addition & 1 deletion release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
**Unreleased**
* Updated requests, certifi dependencies in order to use platform packages [PAPP-31096,PAPP-30822]
* Removed certifi and requests dependencies in order to use platform packages [PAPP-31096, PAPP-30822]
Binary file removed wheels/py2/geoip2-2.9.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/idna-2.8-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/ipaddress-1.0.23-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/maxminddb-1.5.1-cp27-none-any.whl
Binary file not shown.
Binary file removed wheels/py2/urllib3-1.26.18-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit b827ed3

Please sign in to comment.