Skip to content

Commit

Permalink
Add missing typing-extensions dependency to see if that fixes issue with
Browse files Browse the repository at this point in the history
Splunk 8.2.x which can use oldeer Python version.
  • Loading branch information
tomaz-s1 committed Jan 8, 2024
1 parent 4bdcb95 commit 97f0e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TA_dataset/lib/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ sniffio==1.3.0; python_version <= '3.8'
splunk-sdk==1.7.3; python_version <= '3.8'
splunktaucclib==6.0.7; python_version <= '3.8'
urllib3==1.26.16; python_version <= '3.8'
typing-extensions==4.9.0; python_version <= '3.8'

0 comments on commit 97f0e95

Please sign in to comment.