From e9ef1aca3cfe9c298bfc5b53e8437cfdf675e3f5 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Mon, 23 May 2022 16:22:38 +0300 Subject: [PATCH] req: add rfoo and cython --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f95dae3..4039080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,6 @@ yarl==1.7.2 git+https://github.com/Rapptz/discord.py.git#egg=discord-py loguru~=0.6.0 peewee~=3.14.10 -PyNaCl \ No newline at end of file +PyNaCl +cython +git+https://github.com/aaiyer/rfoo.git \ No newline at end of file