Skip to content

Commit 77a1ac4

Browse files
committed
Add dnspython (pymongo[srv]) as req
1 parent b3a2918 commit 77a1ac4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

Pipfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ pylint = "~=2.9.3"
1010

1111
[packages]
1212
aiohttp = "==3.7.4.post0"
13-
colorama = "~=0.4.4"
13+
colorama = "~=0.4.4" # Doesn't officially support Python 3.9 yet, v0.4.5 will support 3.9
1414
"discord.py" = "==1.7.3"
1515
emoji = "~=1.2.0"
1616
isodate = "~=0.6.0"
1717
motor = "~=2.4.0"
1818
natural = "~=0.2.0"
1919
parsedatetime = "~=2.6"
20+
pymongo = {version = "*", extras = ['srv']} # Required by motor
2021
python-dateutil = "~=2.8.1"
2122
python-dotenv = "~=0.18.0"
2223
uvloop = {version = ">=0.15.2", markers = "sys_platform != 'win32'"}

Pipfile.lock

+13-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2,
1212
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1313
colorama==0.4.4
1414
discord.py==1.7.3
15+
dnspython==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1516
emoji==1.2.0
1617
idna==3.2; python_version >= '3.5'
1718
isodate==0.6.0
1819
motor==2.4.0
1920
multidict==5.1.0; python_version >= '3.6'
2021
natural==0.2.0
2122
parsedatetime==2.6
22-
pymongo==3.11.4
23+
pymongo[srv]==3.11.4
2324
python-dateutil==2.8.1
2425
python-dotenv==0.18.0
2526
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

0 commit comments

Comments
 (0)