diff options
author | Priyam Nayak | 2020-10-05 11:17:04 +0530 |
---|---|---|
committer | GitHub | 2020-10-05 11:17:04 +0530 |
commit | b790cb7e0940e859578d7e85aadc962c07570793 (patch) | |
tree | af3894fbbb0594294620241639679c433858bd89 /requirements.txt | |
parent | b31cf75d9362412e755fce76f61d73eab1e7da14 (diff) | |
parent | cefac083d8a23787a1c1792a0d87ca08637fd3c4 (diff) | |
download | Chemical-Simulator-GUI-b790cb7e0940e859578d7e85aadc962c07570793.tar.gz Chemical-Simulator-GUI-b790cb7e0940e859578d7e85aadc962c07570793.tar.bz2 Chemical-Simulator-GUI-b790cb7e0940e859578d7e85aadc962c07570793.zip |
Merge pull request #8 from pravindalve/master
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 |