Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying committed Dec 23, 2020
1 parent b34bac3 commit 6ad8e46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
2 changes: 0 additions & 2 deletions cogs/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
from cogs.types import botTypes
from ext.checks import mod_check, NoSomething

import traceback
import typing
from io import BytesIO


def check_s_end(string):
Expand Down
1 change: 1 addition & 0 deletions cogs/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import asyncio
import time
from typing import List, Union, Optional
Expand Down
3 changes: 1 addition & 2 deletions cogs/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
from discord.ext import commands
from ext.checks import *

import datetime
from time import monotonic
from .types import globalTypes, botTypes, userTypes
from .types import botTypes, userTypes


class UtilityCog(commands.Cog, name="Utility"):
Expand Down
22 changes: 4 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,15 @@
aiohttp==3.6.3
astunparse==1.6.3
async-timeout==3.0.1
attrs==20.2.0
braceexpand==0.1.6
certifi==2020.6.20
attrs==20.3.0
chardet==3.0.4
colorama==0.4.4
colouredlogs==10.0.1
git+https://github.com/rapptz/discord.py
dnspython==2.0.0
emoji==0.6.0
humanfriendly==8.2
humanize==3.1.0
discord.py==1.5.1
humanfriendly==4.7
idna==2.10
import-expression==1.1.4
jishaku==1.19.2.202
motor==2.3.0
multidict==4.7.6
Pastebin==1.1.2
pbwrap==1.2.2
pymongo==3.11.0
pymongo==3.11.2
pyreadline==2.1
requests==2.24.0
six==1.15.0
snowflake.py==1.0.0
urllib3==1.25.11
websockets==8.1
yarl==1.5.1

0 comments on commit 6ad8e46

Please sign in to comment.