Skip to content

Commit 591439a

Browse files
committed
fix: nest-asyncio as a global dependency
1 parent 592014b commit 591439a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ cachetools = "^4.2.1"
4646
gensim = "^3.8.3"
4747
matplotlib = "^3.3.1"
4848
networkx = "^2.5"
49+
nest-asyncio = "^1.5.1"
4950
numpy = "^1.20.0"
5051
pandas = "^1.1.1"
5152
python = "^3.7"
@@ -65,7 +66,6 @@ flake8 = "^3.8.3"
6566
flask = "^1.1.2"
6667
isort = "^5.4.2"
6768
mypy = "^0.782"
68-
nest-asyncio = "^1.5.1"
6969
pre-commit = "^2.7.1"
7070
pytest = "^6.0.1"
7171
pytest-cov = "^2.10.1"

0 commit comments

Comments
 (0)