aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-03-31 23:18:35 -0400
committerRapptz <[email protected]>2016-03-31 23:18:35 -0400
commit10cb16a450684e8b98450ed4138968c4060137c1 (patch)
treec926746d277f2ebff3e82ab6e4cf3a870a417005
parentEncrypted audio working with PyNacl (diff)
downloaddiscord.py-10cb16a450684e8b98450ed4138968c4060137c1.tar.xz
discord.py-10cb16a450684e8b98450ed4138968c4060137c1.zip
Add PyNaCl to the list of requirements.
-rw-r--r--requirements.txt1
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