Skip to content

Commit

Permalink
Updating pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
samirmartins committed Mar 9, 2023
1 parent 433d57f commit 570d5f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ classifiers = [
"Operating System :: OS Independent",

]
dependencies = ["numpy>=1.22.3", "nidaqmx>=0.6.5", "matplotlib>=3.5.3", "PySimpleGUI>=4.60.3", "PyQt5", "pyserial>=3.5"]


nidaqmx
matplotlib
numpy
PySimpleGUI
PyQt5
pyserial


[project.urls]
homepage = "https://github.com/samirmartins/pydaq"
Expand All @@ -40,6 +50,6 @@ documentation = "https://samirmartins.github.io/pydaq/"
packages = ["pydaq"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}



6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

0 comments on commit 570d5f9

Please sign in to comment.