Skip to content

Commit

Permalink
Add some more known 3rd party modules
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Jan 23, 2018
1 parent aa26fe6 commit bf415ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,15 @@
"awesome_slugify": ["slugify"],
"cx_oracle": ["cx_Oracle"],
"enum34": ["enum"],
"mysql_python": ["MySQLdb"],
"mysqlclient": ["_mysql", "MySQLdb"],
"pillow": ["PIL"],
"py_lru_cache": ["lru"],
"pyicu": ["icu"],
"pyjwt": ["jwt"],
"pyopenssl": ["OpenSSL"],
"pyyaml": ["yaml"],
"setuptools": ["pkg_resources", "setuptools"],
"splunk_sdk": ["splunklib"],
"xlwt_future": ["xlwt"],
}

0 comments on commit bf415ec

Please sign in to comment.