-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
34 lines (30 loc) · 629 Bytes
/
Copy pathPipfile
File metadata and controls
34 lines (30 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[scripts]
devserver = "python service.py"
tests = "scripts/run_tests_with_coverage.sh"
migrate-develop = "scripts/migrate_develop.sh"
vulture = "vulture service.py service/ --sort-by-size"
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
trueskill = "*"
sqlalchemy = "*"
aiomysql = "*"
aio_pika = "=6.8.2"
aiocron = "*"
prometheus_client = "*"
yoyo-migrations = "*"
pamqp = "*"
python-dateutil = "*"
[dev-packages]
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
asynctest = "*"
python-coveralls = "*"
pytest-mock = "*"
vulture = "*"
freezegun = "*"
[requires]
python_version = "3.10"