Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit a09edac

Browse files
committed
update requirements.txt
1 parent f33be07 commit a09edac

2 files changed

Lines changed: 23 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.9.1 - 9 April 2021
2+
With the release of our [mitreattack-python](https://github.com/mitre-attack/mitreattack-python) pip module, we're removing the tools previously found in the `layers` folder as they are now part of that module.
3+
4+
## Improvements
5+
- Updated documentation to highlight the new [mitreattack-python](https://github.com/mitre-attack/mitreattack-python) pip module.
6+
- Removed the scripts in the `layers` folder which are now part of [mitreattack-python](https://github.com/mitre-attack/mitreattack-python).
7+
- Cleaned up `requirements.txt` to remove modules that are no longer required.
8+
9+
110
# v1.9.0 - 23 March 2021
211
## Improvements
312
- [diff_stix.py](scripts/diff_stix.py) now supports an `--unchanged` argument which adds a section listing objects which did _not_ change between releases.

requirements.txt

Lines changed: 14 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,15 @@
1-
antlr4-python3-runtime==4.7.2
2-
cairocffi==1.1.0
3-
CairoSVG==2.4.2
4-
certifi==2018.11.29
5-
cffi==1.14.1
6-
chardet==3.0.4
7-
colour==0.1.5
8-
cssselect2==0.3.0
9-
defusedxml==0.6.0
10-
drawSvg==1.6.0
11-
et-xmlfile==1.0.1
12-
idna==2.8
13-
imageio==2.9.0
14-
jdcal==1.4.1
15-
numpy==1.19.1
16-
openpyxl==3.0.3
17-
Pillow==7.2.0
18-
pycparser==2.20
19-
python-dateutil==2.8.0
20-
pytz==2018.9
21-
requests==2.21.0
22-
simplejson==3.16.0
1+
antlr4-python3-runtime==4.8
2+
certifi==2020.12.5
3+
chardet==4.0.0
4+
idna==2.10
5+
python-dateutil==2.8.1
6+
pytz==2021.1
7+
requests==2.25.1
8+
simplejson==3.17.2
239
six==1.15.0
24-
stix2==2.0.2
25-
stix2-patterns==1.1.0
26-
tabulate==0.8.3
27-
taxii2-client==2.2.1
28-
tinycss2==1.0.2
29-
tqdm==4.31.1
30-
urllib3==1.24.2
31-
webencodings==0.5.1
10+
stix2==2.1.0
11+
stix2-patterns==1.3.2
12+
tabulate==0.8.9
13+
taxii2-client==2.3.0
14+
tqdm==4.60.0
15+
urllib3==1.26.4

0 commit comments

Comments
 (0)