Skip to content

Commit

Permalink
Removing better_exceptions module since it's not available on Conda; …
Browse files Browse the repository at this point in the history
…update to v0.3.6
  • Loading branch information
peterk87 committed Apr 13, 2017
1 parent fae4571 commit 75c31c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def read(fname):
'data/cgmlst/*.fasta',
'data/cgmlst/*.txt',
'data/cgmlst/*.csv',]},
install_requires=['numpy>=1.11.1', 'pandas>=0.18.1', 'better_exceptions>=0.1.5'],
install_requires=['numpy>=1.11.1', 'pandas>=0.18.1'],
extras_require={
'test': ['pytest>=2.9.2',],
},
Expand Down
2 changes: 1 addition & 1 deletion sistr/sistr_cmd.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
from __future__ import print_function
import better_exceptions

import argparse
from collections import Counter
from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion sistr/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.5'
__version__ = '0.3.6'

0 comments on commit 75c31c3

Please sign in to comment.