File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ Repository of scripts and libraries for using the MG-RAST API and MG-RAST data
1919
2020- Python libs
2121 - prettytable - < https://pypi.python.org/pypi/PrettyTable >
22- - poster - < https://pypi.python.org/pypi/poster >
23- For python3, you will need a python3 port of poster: < https://github.com/mrd1no/poster-0.8.1-for-Python-3.4 >
2422 - requests - < http://docs.python-requests.org/en/latest >
2523 - requests_toolbelt - < https://github.com/sigmavirus24/requests-toolbelt >
2624 - scipy - < http://www.scipy.org >
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ def test_dependencies():
55 except ImportError :
66 print ("numpy not found. " )
77
8- try :
9- import poster
10- except ImportError :
11- print ("poster not found. " )
128 try :
139 import requests
1410 except ImportError :
You can’t perform that action at this time.
0 commit comments