File tree 2 files changed +40
-3
lines changed
2 files changed +40
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ keywords = ['discord', 'modmail']
36
36
37
37
[tool .poetry .dependencies ]
38
38
python = " ^3.7"
39
- "discord.py" = " =1.3.3 "
40
- uvloop = {version = " >=0.12.0" , sys_platform = " != 'win32'" }
41
- python-dotenv = " ^ 0.10.3"
39
+ "discord.py" = " =1.3.4 "
40
+ uvloop = {version = " >=0.12.0" , sys_platform = " != 'win32'" }
41
+ python-dotenv = " >= 0.10.3"
42
42
parsedatetime = " ^2.6"
43
43
dnspython = " ^1.16"
44
44
isodate = " ^0.6.0"
Original file line number Diff line number Diff line change
1
+ aiohttp == 3.6.2
2
+ appdirs == 1.4.4
3
+ async-timeout == 3.0.1
4
+ attrs == 19.3.0
5
+ certifi == 2020.6.20
6
+ chardet == 3.0.4
7
+ colorama == 0.4.3
8
+ dadjokes == 1.3
9
+ discord.py == 1.3.4
10
+ distlib == 0.3.1
11
+ dnspython == 1.16.0
12
+ emoji == 0.5.4
13
+ filelock == 3.0.12
14
+ idna == 2.10
15
+ importlib-metadata == 1.7.0
16
+ isodate == 0.6.0
17
+ motor == 2.1.0
18
+ multidict == 4.7.6
19
+ natural == 0.2.0
20
+ parsedatetime == 2.6
21
+ pipenv == 2020.6.2
22
+ pymongo == 3.10.1
23
+ python-box == 4.2.3
24
+ python-dateutil == 2.8.1
25
+ python-dotenv == 0.14.0
26
+ requests == 2.24.0
27
+ ruamel.yaml == 0.16.10
28
+ ruamel.yaml.clib == 0.2.0
29
+ six == 1.15.0
30
+ toml == 0.10.1
31
+ urllib3 == 1.25.9
32
+ uvloop == 0.14.0
33
+ virtualenv == 20.0.26
34
+ virtualenv-clone == 0.5.4
35
+ websockets == 8.1
36
+ yarl == 1.4.2
37
+ zipp == 3.1.0
You can’t perform that action at this time.
0 commit comments