Skip to content

Commit d04759c

Browse files
committed
Merge branch 'master' of https://github.com/SharpBit/code-jam-1
2 parents f92cf5e + 31fe5d8 commit d04759c

File tree

3 files changed

+111
-1
lines changed

3 files changed

+111
-1
lines changed

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name = "pypi"
66
[packages]
77
"72eb2aa" = {file = "https://github.com/Rapptz/discord.py/archive/rewrite.zip"}
88
aiodns = "*"
9+
aiohttp = "<2.3.0,>=2.0.0"
10+
websockets = ">=4.0,<5.0"
911

1012
[dev-packages]
1113
"flake8" = "*"

Pipfile.lock

Lines changed: 108 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[flake8]
22
max-line-length=120
33
application_import_names=bot
4+
exclude=.venv

0 commit comments

Comments
 (0)