Skip to content

Commit 8a913c1

Browse files
Vaghinak BasentsyanVaghinak Basentsyan
authored andcommitted
Added project handeling
1 parent bb4ece2 commit 8a913c1

37 files changed

+427
-459
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SDK is available on PyPI:
2121
pip install superannotate
2222
```
2323

24-
The package officially supports Python 3.6+ and was tested under Linux and
24+
The package officially supports Python 3.8+ and was tested under Linux and
2525
Windows ([Anaconda](https://www.anaconda.com/products/individual#windows)) platforms.
2626

2727
For more detailed installation steps and package usage please have a look at the

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SDK is available on PyPI:
4848
pip install superannotate
4949
5050
51-
The package officially supports Python 3.6+ and was tested under Linux and
51+
The package officially supports Python 3.8+ and was tested under Linux and
5252
Windows (`Anaconda <https://www.anaconda.com/products/individual#windows>`_) platforms.
5353

5454
For more detailed installation steps and package usage please have a look at

docs/source/tutorial.sdk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SDK is available on PyPI:
1717
1818
pip install superannotate
1919
20-
The package officially supports Python 3.6+ and was tested under Linux and
20+
The package officially supports Python 3.8+ and was tested under Linux and
2121
Windows (`Anaconda <https://www.anaconda.com/products/individual#windows>`_) platforms.
2222

2323
For certain video related functions to work, ffmpeg package needs to be installed.

requirements_dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
Sphinx==3.1.2
22
tox==3.24.2
3+
pytest==6.2.4
4+
pytest-xdist==2.3.0
5+
pytest-parallel==0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
entry_points={
4343
'console_scripts': ['superannotatecli = superannotate.lib.app.bin.superannotate:main']
4444
},
45-
python_requires='>=3.6'
45+
python_requires='>=3.8'
4646
)

src/superannotate.egg-info/PKG-INFO

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/superannotate.egg-info/SOURCES.txt

Lines changed: 0 additions & 154 deletions
This file was deleted.

src/superannotate.egg-info/entry_points.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/superannotate.egg-info/requires.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/superannotate.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)