Skip to content

Commit

Permalink
Remove argparse from requirements (allenai#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson-liu committed May 14, 2018
1 parent 8bbd8ea commit a7cf208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Expand Up @@ -52,9 +52,6 @@ psycopg2
unidecode

#### LIBRARIES USED IN SCRIPTS ####
# argument parsing in for data cleaning scripts
argparse

# Used for downloading datasets over HTTP
requests>=2.18

Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -103,7 +103,6 @@
'flask-cors==3.0.3',
'gevent==1.2.2',
'psycopg2',
'argparse',
'requests>=2.18',
'tqdm>=4.19',
'editdistance',
Expand Down

0 comments on commit a7cf208

Please sign in to comment.