Skip to content

Commit

Permalink
add newmode back in (move-coop#216)
Browse files Browse the repository at this point in the history
We wanted to do some checking out of the New/Mode external
library before we accepted it as a depency on parsons. After
reviewing it, we are adding it back in.
  • Loading branch information
Eliot Stone authored Apr 10, 2020
1 parent bc36aea commit a774668
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 214 deletions.
2 changes: 1 addition & 1 deletion parsons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from parsons.databases.postgres.postgres import Postgres
from parsons.freshdesk.freshdesk import Freshdesk
from parsons.bill_com.bill_com import BillCom
# from parsons.newmode.newmode import Newmode
from parsons.newmode.newmode import Newmode
from parsons.databases.mysql.mysql import MySQL

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ simplejson==3.16.0
twilio==6.30.0
simple-salesforce==0.74.3
suds-py3==1.3.4.0
# newmode==0.1.6 # Need further investigation of dependency.
newmode==0.1.6
mysql-connector-python==8.0.19

# Testing Requirements
Expand Down
Loading

0 comments on commit a774668

Please sign in to comment.