-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
25 lines (21 loc) · 959 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
test = "python3 -m unittest"
docs = "pycco -i -d docs/ examples/tic_tac_toe/backend/applications/api/__main__.py examples/tic_tac_toe/backend/applications/api/cqrs_api_app.py examples/tic_tac_toe/backend/applications/api/controllers.py examples/tic_tac_toe/backend/domain/games/tic_tac_toe/tic_tac_toe_game.py examples/tic_tac_toe/backend/domain/games/tic_tac_toe/game.py examples/tic_tac_toe/backend/domain/users/users_domain_module.py examples/tic_tac_toe/backend/domain/users/user_handler.py examples/tic_tac_toe/backend/domain/games/tic_tac_toe/game_domain_module.py examples/tic_tac_toe/backend/domain/users/online/users_online_handler.py"
[packages]
injector = "*"
plum-dispatch = "*"
uuid = "*"
pyprctl = "*"
[dev-packages]
pyhamcrest = "*"
parameterized = "*"
pipenv-setup = "*"
vistir = "==0.6.1"
pycco = "*"
watchdog = "*"
[requires]
python_version = "3.10"