Skip to content

Commit

Permalink
fix: nest-asyncio as a global dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Mar 22, 2021
1 parent 592014b commit 591439a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -46,6 +46,7 @@ cachetools = "^4.2.1"
gensim = "^3.8.3"
matplotlib = "^3.3.1"
networkx = "^2.5"
nest-asyncio = "^1.5.1"
numpy = "^1.20.0"
pandas = "^1.1.1"
python = "^3.7"
Expand All @@ -65,7 +66,6 @@ flake8 = "^3.8.3"
flask = "^1.1.2"
isort = "^5.4.2"
mypy = "^0.782"
nest-asyncio = "^1.5.1"
pre-commit = "^2.7.1"
pytest = "^6.0.1"
pytest-cov = "^2.10.1"
Expand Down

0 comments on commit 591439a

Please sign in to comment.