mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 02:24:56 +00:00
Added coverage.py support
This commit is contained in:
parent
46e4c3eea7
commit
b5e365255c
2 changed files with 1 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
coverage==5.1
|
||||
Django==2.2.12
|
||||
django-bootstrap4
|
||||
django-fa==1.0.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue