File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
src/py-opentimelineio/opentimelineio/console Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -343,11 +343,6 @@ def test_otio():
343
343
344
344
install_requires = [
345
345
'pyaaf2>=1.4,<1.7' ,
346
- 'backports.tempfile; python_version<"3.0"' ,
347
- # Enables the builtins module in the XGES adapter
348
- 'future; python_version<"3.0"' ,
349
- # Used in the otioz adapter to conform to unix paths
350
- 'pathlib2; python_version<"3.0"'
351
346
],
352
347
entry_points = {
353
348
'console_scripts' : [
@@ -378,10 +373,6 @@ def test_otio():
378
373
379
374
test_suite = 'setup.test_otio' ,
380
375
381
- tests_require = [
382
- 'mock;python_version<"3.3"' ,
383
- ],
384
-
385
376
# because we need to open() the adapters manifest, we aren't zip-safe
386
377
zip_safe = False ,
387
378
Original file line number Diff line number Diff line change 11
11
as concise examples of how OTIO can be used to perform common
12
12
workflow tasks."""
13
13
14
- from __future__ import print_function
15
14
import argparse
16
15
import os
17
16
import re
You can’t perform that action at this time.
0 commit comments