fix strptime import
This commit is contained in:
parent
1c8c6a7991
commit
98e999b781
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ from logging.handlers import SysLogHandler
|
|||
import face_recognition
|
||||
import pyexiv2
|
||||
import PIL
|
||||
import datetime
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
class CustomFormatter(logging.Formatter):
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = image_classifier
|
||||
version = 0.0.10
|
||||
version = 0.0.11
|
||||
|
||||
[options]
|
||||
packages = image_classifier
|
||||
|
|
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ if os.access(requirements_file, os.R_OK):
|
|||
setuptools.setup(
|
||||
scripts=['image_classifier/image_classifier.py'],
|
||||
author="Antonio J. Delgado",
|
||||
version='0.0.10',
|
||||
version='0.0.11',
|
||||
name='image_classifier',
|
||||
author_email="antoniodelgado@susurrando.com",
|
||||
url="",
|
||||
|
|
Loading…
Reference in a new issue