Add epplib dependency

This commit is contained in:
Seamus Johnston 2023-06-01 12:56:19 -05:00
parent 1cd74ebda5
commit f283057c92
No known key found for this signature in database
GPG key ID: 2F21225985069105
3 changed files with 264 additions and 133 deletions

View file

@ -23,6 +23,7 @@ requests = "*"
django-fsm = "*"
django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"}
boto3 = "*"
fred-epplib = {git = "https://github.com/cisagov/epplib.git", ref = "master"}
[dev-packages]
django-debug-toolbar = "*"