Skip to content

Commit

Permalink
drop six from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Apr 27, 2020
1 parent 0d1d21a commit e08f8cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ pillow
requests
scipy>=0.13
imageio>=2.3
six
tqdm
psutil
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
maintainer='Tal Yarkoni',
maintainer_email='tyarkoni@gmail.com',
url='http://github.com/tyarkoni/pliers',
install_requires=['numpy', 'scipy', 'moviepy', 'pandas', 'six',
install_requires=['numpy', 'scipy', 'moviepy', 'pandas',
'pillow', 'python-magic', 'requests', 'nltk'],
packages=find_packages(exclude=['pliers/tests']),
license='MIT',
Expand Down

0 comments on commit e08f8cd

Please sign in to comment.