Skip to content

Commit

Permalink
Add atlassian-python-api to 3rd party modules
Browse files Browse the repository at this point in the history
Fixes #92
  • Loading branch information
arkq committed Jun 24, 2024
1 parent 752581c commit eb38c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/flake8_requirements/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .modules import STDLIB_PY3

# NOTE: Changing this number will alter package version as well.
__version__ = "2.2.0"
__version__ = "2.2.1"
__license__ = "MIT"

LOG = getLogger('flake8.plugin.requirements')
Expand Down
1 change: 1 addition & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
"ansicolors": ["colors"],
"apache-airflow": ["airflow"],
"appengine-python-standard": ["google.appengine"],
"atlassian-python-api": ["atlassian"],
"attrs": ["attr", "attrs"],
"awesome-slugify": ["slugify"],
"azure-common": ["azure.common"],
Expand Down

0 comments on commit eb38c11

Please sign in to comment.