Skip to content

Commit

Permalink
adjust dependencies for conda-forge current version
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Jul 14, 2021
1 parent 52f154f commit deaed25
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 40 deletions.
75 changes: 39 additions & 36 deletions poetry.lock

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

8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pyproj = "^3.1.0"
Cartopy = "^0.19.0"
Shapely = "^1.7.1"
requests = "^2.25.1"
pyOpenSSL = "^20.0.1"
pyOpenSSL = "^20.0"
appdirs = "^1.4.4"
paramiko = "^2.7.2"
typing-extensions = "^3.10.0"
Expand All @@ -65,7 +65,7 @@ tqdm = "^4.61.1"
cartes = "^0.3"
pyModeS = "^2.9"
openap = "^1.1"
pyarrow = "^4.0.1"
pyarrow = "^4.0"
beautifulsoup4 = "^4.9.3"
lxml = "^4.6.3"
metar = "^1.8.0"
Expand Down Expand Up @@ -140,3 +140,7 @@ warn_unused_ignores = true
module = "traffic.core.*"
# warn_unreachable = true
# disallow_untyped_defs = true

[tool.pytest.ini_options]
addopts = "--cov --cov-report term-missing"
testpaths = ["tests"]
3 changes: 1 addition & 2 deletions traffic.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": ["tests"]
"python.testing.pytestEnabled": true
}
}

0 comments on commit deaed25

Please sign in to comment.