From 8f8e5d31de7a3e28130ac4c38e6d498ad3dffd29 Mon Sep 17 00:00:00 2001 From: Delaine Wendling Date: Tue, 7 May 2019 14:52:56 -0500 Subject: [PATCH] EB-108367 Update the library being used Summary: I created a new PyPi package with the updated info https://pypi.org/project/txlib-too/ Test Plan: N/A Reviewers: amatthews, colink, bencornelis Reviewed By: bencornelis JIRA Issues: EB-108367 Differential Revision: https://phabricator.evbhome.com/D83534 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 103db7e..f0c27e3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ install_requires = [ 'babel', 'deskapi', - 'txlib', + 'txlib-too', ]