Skip to content

Commit

Permalink
updated python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jjschwartz committed Jul 30, 2022
1 parent 9cb3b09 commit 35c609a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 51 deletions.
106 changes: 57 additions & 49 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,56 +1,64 @@
alabaster==0.7.12
bleach==3.3.0
certifi==2020.6.20
cffi==1.14.1
chardet==3.0.4
cloudpickle==1.3.0
colorama==0.4.3
cryptography==3.3.2
cycler==0.10.0
decorator==4.4.2
docutils==0.16
future==0.18.2
gym==0.17.2
idna==2.10
imagesize==1.2.0
importlib-metadata==1.7.0
jeepney==0.4.3
Jinja2==2.11.3
keyring==21.2.1
kiwisolver==1.2.0
MarkupSafe==1.1.1
matplotlib==3.3.0
-e git+https://github.com/Jjschwartz/NetworkAttackSimulator.git@b9788cd482b91967e36690445f059e8d9fb8d997#egg=nasim
networkx==2.4
numpy==1.22.0
packaging==20.4
Pillow==9.0.1
pkginfo==1.5.0.1
prettytable==0.7.2
pycparser==2.20
pyglet==1.5.0
Pygments==2.7.4
pyparsing==2.4.7
python-dateutil==2.8.1
pytz==2020.1
PyYAML==5.4
readme-renderer==26.0
requests==2.24.0
attrs==22.1.0
Babel==2.10.3
bleach==5.0.1
certifi @ file:///opt/conda/conda-bld/certifi_1655968806487/work/certifi
cffi==1.15.1
charset-normalizer==2.1.0
cloudpickle==2.1.0
commonmark==0.9.1
cryptography==37.0.4
cycler==0.11.0
docutils==0.17.1
fonttools==4.34.4
gym==0.25.1
gym-notices==0.0.7
idna==3.3
imagesize==1.4.1
importlib-metadata==4.12.0
iniconfig==1.1.1
jeepney==0.8.0
Jinja2==3.1.2
keyring==23.7.0
kiwisolver==1.4.4
MarkupSafe==2.1.1
matplotlib==3.5.2
-e git+ssh://[email protected]/Jjschwartz/NetworkAttackSimulator.git@9cb3b096411d45f38a405f45a8ea12269e40b3aa#egg=nasim
networkx==2.8.5
numpy==1.23.1
packaging==21.3
Pillow==9.2.0
pkginfo==1.8.3
pluggy==1.0.0
prettytable==3.3.0
py==1.11.0
pycparser==2.21
Pygments==2.12.0
pyparsing==3.0.9
pytest==7.1.2
python-dateutil==2.8.2
pytz==2022.1
PyYAML==6.0
readme-renderer==35.0
requests==2.28.1
requests-toolbelt==0.9.1
rfc3986==1.4.0
scipy==1.5.2
SecretStorage==3.1.2
six==1.15.0
snowballstemmer==2.0.0
Sphinx==3.1.2
sphinx-rtd-theme==0.5.0
rfc3986==2.0.0
rich==12.5.1
SecretStorage==3.3.2
six==1.16.0
snowballstemmer==2.2.0
Sphinx==5.1.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
tqdm==4.48.0
twine==3.2.0
sphinxcontrib-serializinghtml==1.1.5
tomli==2.0.1
twine==4.0.1
typing_extensions==4.3.0
urllib3==1.26.11
wcwidth==0.2.5
webencodings==0.5.1
zipp==3.1.0
zipp==3.8.1
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'prettytable>=0.7'
],
extras_require=extras,
python_requires='>=3.7',
python_requires='>=3.8',
package_data={
'nasim': ['scenarios/benchmark/*.yaml']
},
Expand All @@ -51,7 +51,6 @@
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
zip_safe=False
Expand Down

0 comments on commit 35c609a

Please sign in to comment.