Skip to content

Commit

Permalink
Add ajax, haystack, mongo and sorl to 3rd parties
Browse files Browse the repository at this point in the history
Closes arkq#22
  • Loading branch information
Cabalist authored and arkq committed Apr 19, 2020
1 parent 6d79773 commit d83fa34
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 @@ -509,6 +509,8 @@
"beautifulsoup4": ["bs4"],
"cx_oracle": ["cx_Oracle"],
"databricks-connect": ["pyspark"],
"django-ajax-selects": ["ajax_select"],
"django-haystack": ["haystack"],
"enum34": ["enum"],
"factory_boy": ["factory"],
"google_api_python_client": ["apiclient", "googleapiclient"],
Expand All @@ -529,11 +531,13 @@
"pyhamcrest": ["hamcrest"],
"pyicu": ["icu"],
"pyjwt": ["jwt"],
"pymongo": ["bson", "gridfs", "pymongo"],
"pyopenssl": ["OpenSSL"],
"python-dateutil": ["dateutil"],
"pyyaml": ["yaml"],
"scikit-learn": ["sklearn"],
"setuptools": ["pkg_resources", "setuptools"],
"sorl-thumbnail": ["sorl"],
"splunk_sdk": ["splunklib"],
"tensorboardx": ["tensorboardX"],
"xlwt_future": ["xlwt"],
Expand Down

0 comments on commit d83fa34

Please sign in to comment.