diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2018-08-10 23:04:31 +0200 |
|---|---|---|
| committer | 0livd <github@destras.fr> | 2018-08-10 23:04:31 +0200 |
| commit | 9d76144a8333d6af81ddefddf59af38bd96a72ae (patch) | |
| tree | e9c6f6af2caa2b4635e6f1a8fe0fd7e62e105571 /requirements.txt | |
| parent | 67de8c3b358bf513b2cd8c47838dd73c457abb9c (diff) | |
| download | ihatemoney-mirror-9d76144a8333d6af81ddefddf59af38bd96a72ae.zip ihatemoney-mirror-9d76144a8333d6af81ddefddf59af38bd96a72ae.tar.gz ihatemoney-mirror-9d76144a8333d6af81ddefddf59af38bd96a72ae.tar.bz2 | |
Fix failing tests (#365)
* Remove unwanted space in utils.py
* Fix email validation when sending invites
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c2fe534..964d7fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ raven blinker six>=1.10 itsdangerous>=0.24 +email_validator>=1.0 |
