mirror of
https://github.com/Rikj000/MoniGoMani.git
synced 2022-03-06 00:08:05 +03:00
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.22.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.21.5...v1.22.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
721 B
TOML
39 lines
721 B
TOML
[requires]
|
|
python_version = "3.9"
|
|
|
|
[packages]
|
|
art = "==5.4"
|
|
cached-property = "==1.5.2"
|
|
coloredlogs = "==15.0.1"
|
|
cryptography = "==36.0.1"
|
|
discord-webhook = "==0.14.0"
|
|
distro = "==1.6.0"
|
|
fire = "==0.4.0"
|
|
gitdb = "==4.0.9"
|
|
humanfriendly = "==10.0"
|
|
inquirerpy = "==0.3.1"
|
|
logger = "==1.4"
|
|
numpy = "==1.22.1"
|
|
pandas = "==1.3.5"
|
|
plotly = "==5.5.0"
|
|
prompt-toolkit = "==3.0.24"
|
|
pygit2 = "*"
|
|
python-rapidjson = "==1.5"
|
|
PyYAML = "==6.0"
|
|
quantstats = "==0.0.47"
|
|
six = "==1.16.0"
|
|
smmap = "==5.0.0"
|
|
tenacity = "==8.0.1"
|
|
termcolor = "==1.1.0"
|
|
wcwidth = "==0.2.5"
|
|
yaspin = "==2.1.0"
|
|
|
|
[dev-packages]
|
|
flake8 = "==4.0.1"
|
|
isort = "*"
|
|
pre-commit = "==2.16.0"
|
|
pylint = "==2.12.2"
|
|
pytest = "==6.2.5"
|
|
pytest-cov = "==3.0.0"
|
|
pytest-mock = "*"
|