Skip to content

Commit a4e2c02

Browse files
author
Will Trimble
committed
Removed poster dependency from docs
1 parent f14e3a1 commit a4e2c02

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

tests/test_dependencies.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)