[feat] Script refactor; decouple timer component from script lifetime. Resolve #1715
This commit is contained in:
parent
cd579fb649
commit
b5195a6e96
29 changed files with 1136 additions and 1266 deletions
|
|
@ -8,7 +8,7 @@ pytz
|
|||
djangorestframework >= 3.10.3, < 3.12
|
||||
django-filter >= 2.2.0, < 2.3
|
||||
django-sekizai
|
||||
inflect
|
||||
inflect >= 5.2.0
|
||||
autobahn >= 17.9.3
|
||||
lunr == 0.5.6
|
||||
|
||||
|
|
@ -18,8 +18,9 @@ attrs >= 19.2.0
|
|||
# testing and development
|
||||
model_mommy
|
||||
mock >= 1.0.1
|
||||
anything
|
||||
black
|
||||
anything==0.2.1
|
||||
black
|
||||
parameterized==0.8.1
|
||||
|
||||
# windows-specific
|
||||
pypiwin32;platform_system=="Windows"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue