Skip to content

Commit 2d5a34c

Browse files
committed
Updated version 0.4.2 and added pydantic to install_requires
1 parent 9aaee7e commit 2d5a34c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
long_description = f.read()
1313

1414
setup(
15-
name="attackcti-thelok",
16-
version="0.4.1",
15+
name="attackcti",
16+
version="0.4.2",
1717
author="Roberto Rodriguez",
1818
description="MITRE ATTACK CTI Python Libary",
1919
long_description=long_description,
@@ -29,6 +29,7 @@
2929
install_requires=[
3030
'stix2',
3131
'taxii2-client',
32+
'pydantic'
3233
],
3334
license='BSD',
3435
classifiers=[

0 commit comments

Comments
 (0)