Skip to content

Commit

Permalink
changed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thusser committed Jun 17, 2024
1 parent 106e249 commit cee6110
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ dbus-next = "^0.2.3"
asyncinotify = "^4.0.2"
sep = { version = "^1.2.1", platform = "linux", optional = true }
python-daemon = "^3.0.1"
reproject = { version = "^0.12.0", optional = true }
pandas = "^2.1.1"
astroplan = "^0.9.1"
paramiko = "^3.3.1"
py-expression-eval = "^0.3.14"
requests = { version = "^2.31.0", optional = true }
requests = "^2.31.0"
ccdproc = { version = "^2.4.1", optional = true }
photutils = { version = "^1.9.0", optional = true }
lmfit = { version = "^1.2.2", optional = true }
Expand All @@ -36,7 +35,7 @@ aiohttp = "^3.8.6"

[tool.poetry.extras]
full = ['asyncinotify', 'sep', 'python-daemon', 'pandas', 'paramiko',
'requests', 'ccdproc', 'photutils', 'lmfit', 'tornado', 'python-telegram-bot',
'ccdproc', 'photutils', 'lmfit', 'tornado', 'python-telegram-bot',
'aiohttp']

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit cee6110

Please sign in to comment.