Skip to content

Commit

Permalink
Remove unnecessary files and updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Mar 8, 2020
1 parent bc48b8e commit ac73ebf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 309 deletions.
2 changes: 1 addition & 1 deletion artellapipe/dccs/maya/__init__.py
Expand Up @@ -17,7 +17,7 @@ def init(do_reload=False, dev=False):

logging.config.fileConfig(get_logging_config(), disable_existing_loggers=False)

from tpPyUtils import importer
from tpDcc.libs.python import importer

class ArtellaMayaDcc(importer.Importer, object):
def __init__(self, debug=False):
Expand Down
Empty file.
299 changes: 0 additions & 299 deletions artellapipe/dccs/maya/managers/menu.py

This file was deleted.

Empty file.
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Expand Up @@ -72,7 +72,7 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["*externals*.rst"]

autodoc_mock_imports = ["maya", "pyfbsdk", "sentry_sdk", "tpDccLib", "pythonjsonlogger", "statusbar"]
autodoc_mock_imports = ["maya", "pyfbsdk", "sentry_sdk", "tpDcc", "pythonjsonlogger", "statusbar"]


# The name of the Pygments (syntax highlighting) style to use.
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Expand Up @@ -6,7 +6,7 @@ pytest-cov
coveralls
sphinx
sphinx_rtd_theme
tpPyUtils
tpDccLib
tpQtLib
tpMayaLib
tpDcc-libs-python
tpDcc-core
tpDcc-libs-qt
tpDcc-dccs-maya
8 changes: 4 additions & 4 deletions setup.cfg
Expand Up @@ -20,10 +20,10 @@ install_requires=
coveralls
sphinx
sphinx_rtd_theme
tpPyUtils
tpDccLib
tpQtLib
tpMayaLib
tpDcc-libs-python
tpDcc-core
tpDcc-libs-qt
tpDcc-dccs-maya

[options.extras_require]
dev =
Expand Down

0 comments on commit ac73ebf

Please sign in to comment.