Skip to content

Commit 12c7cf4

Browse files
committed
Remove unused packages
1 parent caa42e2 commit 12c7cf4

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

demo/apps.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import unicode_literals
3-
42
from django.apps import AppConfig
53

64

demo/migrations/0001_initial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
22
# Generated by Django 1.11.17 on 2018-12-08 23:41
3-
from __future__ import unicode_literals
43

54
import django.db.models.deletion
65
from django.conf import settings

extra_validator/field_validation/validator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import print_function
2-
31
import django
42
from django.core import validators
53
from django.core.exceptions import NON_FIELD_ERRORS, ValidationError

requirements.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#
2-
# This file is autogenerated by pip-compile
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile
66
#
7-
future==0.18.2 # via django-extra-field-validation (setup.py)
8-
six==1.16.0 # via django-extra-field-validation (setup.py)
7+
asgiref==3.6.0
8+
# via django
9+
django==4.1.5
10+
# via django-extra-field-validation (setup.py)
11+
sqlparse==0.4.3
12+
# via django

0 commit comments

Comments
 (0)