We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4923edc + e2c4a03 commit 1cb59acCopy full SHA for 1cb59ac
.readthedocs.yml
@@ -23,4 +23,3 @@ python:
23
install:
24
- requirements: requirements.txt
25
- requirements: requirements_extra.txt
26
- - requirements: requirements_prod.txt
src/superannotate/__init__.py
@@ -4,6 +4,7 @@
4
5
__version__ = "4.4.5b2"
6
7
+
8
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
9
10
import logging.config # noqa
0 commit comments