Skip to content

Commit

Permalink
Merge pull request #29 from swimlane/2_1_1
Browse files Browse the repository at this point in the history
2.1.1
  • Loading branch information
MSAdministrator authored Jun 13, 2022
2 parents 2a2a9bb + a7d260a commit e9790d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
17 changes: 1 addition & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyattck-data"
version = "2.1.0"
version = "2.1.1"
description = "Pyattck Data"
authors = ["Swimlane <[email protected]>"]
license = "MIT"
Expand All @@ -22,7 +22,6 @@ pydantic = "^1.9.1"
requests = "^2.28.0"
PyYAML = "^6.0"
PyGithub = "^1.55"
Markdown = "<=3.3.6"
googletrans = "^3.0.0"
bs4 = "^0.0.1"
PyNaCl = "^1.5.0"
Expand Down
3 changes: 1 addition & 2 deletions src/pyattck_data/services/litmustest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import requests, markdown
import requests

from ..githubcontroller import GitHubController
from ..base import Base
Expand All @@ -17,7 +17,6 @@ class LitmusTest(GitHubController, Base):

def __init__(self):
super(LitmusTest, self).__init__()
self.md = markdown.Markdown()
self.session = requests.Session()
self._dataset = []
self.__temp_attack_paths = []
Expand Down

0 comments on commit e9790d2

Please sign in to comment.