switch to pipfile, new tests

This commit is contained in:
Xevion
2021-02-12 23:19:35 -06:00
parent 89b16fdc04
commit ea825b9a30
5 changed files with 92 additions and 5 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
discord = "~=1.0.1"
aiosqlite = "~=0.16.1"
pytest = "*"
pytest-asyncio = "*"
[requires]
python_version = "3.7"