diff options
author | pravindalve | 2020-10-01 17:41:47 +0530 |
---|---|---|
committer | pravindalve | 2020-10-01 17:41:47 +0530 |
commit | cefac083d8a23787a1c1792a0d87ca08637fd3c4 (patch) | |
tree | af3894fbbb0594294620241639679c433858bd89 /requirements.txt | |
parent | 2e8e9cf48cbc3256c85d9a38f25f51f90f464732 (diff) | |
download | Chemical-Simulator-GUI-cefac083d8a23787a1c1792a0d87ca08637fd3c4.tar.gz Chemical-Simulator-GUI-cefac083d8a23787a1c1792a0d87ca08637fd3c4.tar.bz2 Chemical-Simulator-GUI-cefac083d8a23787a1c1792a0d87ca08637fd3c4.zip |
Partial fix for issue #5 and issue #7, requirements.txt added
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..14e451a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pyqtgraph==0.10.0 +pandas==1.0.1 +numpy==1.17.3 +PyQt5==5.15.1 |