Skip to content

Commit 84d53ca

Browse files
author
Devin Soni
committed
fix pypi setup and bump version
1 parent d2f5b67 commit 84d53ca

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
setup(
44
name='Adversary',
5-
version='1.0',
5+
version='1.1',
66
packages=['tests', 'Adversary'],
77
url='https://github.com/airbnb/artificial-adversary',
88
license='MIT',
99
author='Devin Soni',
1010
author_email='[email protected]',
11-
description='Creates adversarial text examples for machine learning models'
11+
description='Creates adversarial text examples for machine learning models',
12+
install_requires=[
13+
'pandas',
14+
'nltk',
15+
'textblob'
16+
],
1217
)

0 commit comments

Comments
 (0)