Skip to content

Commit 04dc08b

Browse files
committed
Update requirements system and removed poetry
1 parent a69d79e commit 04dc08b

File tree

7 files changed

+436
-934
lines changed

7 files changed

+436
-934
lines changed

Pipfile

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,27 @@ name = "pypi"
33
url = "https://pypi.org/simple"
44
verify_ssl = true
55

6-
[[source]]
7-
name = "pypi"
8-
url = "https://pypi.org/simple"
9-
verify_ssl = true
10-
116
[dev-packages]
12-
black = "==19.10b0"
13-
pylint = "*"
14-
bandit = "==1.6.2"
15-
flake8 = "*"
7+
black = "==21.6b0"
8+
pylint = "~=2.9.3"
9+
bandit = "~=1.7.0"
10+
flake8 = "~=3.9.2"
1611

1712
[packages]
18-
colorama = ">=0.4.0"
19-
python-dateutil = ">=2.7.0"
20-
emoji = ">=0.2"
21-
uvloop = {version = ">=0.12.0",sys_platform = "!= 'win32'"}
22-
motor = ">=2.0.0"
23-
natural = "==0.2.0"
24-
isodate = ">=0.6.0"
25-
dnspython = "~=1.16.0"
26-
parsedatetime = "==2.6"
27-
aiohttp = ">=3.6.0,<3.7.0"
28-
python-dotenv = ">=0.10.3"
29-
pipenv = "*"
30-
"discord.py" = "==1.6.0"
13+
colorama = "~=0.4.4"
14+
python-dateutil = "~=2.8.1"
15+
emoji = "~=1.2.0"
16+
uvloop = {version = ">=0.15.2",sys_platform = "!= 'win32'"}
17+
motor = "~=2.4.0"
18+
natural = "~=0.2.0"
19+
isodate = "~=0.6.0"
20+
parsedatetime = "~=2.6"
21+
aiohttp = "==3.7.4.post0"
22+
python-dotenv = ">=0.18.0"
23+
"discord.py" = "==1.7.3"
3124

3225
[scripts]
3326
bot = "python bot.py"
27+
28+
[requires]
29+
python_version = "3.9"

Pipfile.lock

Lines changed: 389 additions & 402 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)