Skip to content

Commit 599d93b

Browse files
committed
Removendo nose e importlib das dependencias
1 parent 4f0e035 commit 599d93b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
nose
21
coveralls
32
ordereddict
4-
importlib

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
'Topic :: Software Development :: Libraries :: Python Modules',
4747
],
4848
platforms='any',
49-
test_suite='nose.collector',
5049
tests_require=[
51-
'nose',
5250
'mock',
5351
],
5452
)

0 commit comments

Comments
 (0)