diff options
| author | Rapptz <[email protected]> | 2016-03-31 23:18:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-03-31 23:18:35 -0400 |
| commit | 10cb16a450684e8b98450ed4138968c4060137c1 (patch) | |
| tree | c926746d277f2ebff3e82ab6e4cf3a870a417005 | |
| parent | Encrypted audio working with PyNacl (diff) | |
| download | discord.py-10cb16a450684e8b98450ed4138968c4060137c1.tar.xz discord.py-10cb16a450684e8b98450ed4138968c4060137c1.zip | |
Add PyNaCl to the list of requirements.
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 214d50ac..9da1be56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ aiohttp>=0.21.0,<0.22.0 websockets==2.7 +PyNaCl==1.0.1 |