Skip to content

Commit 61bda34

Browse files
removed requirements.txt and requirements-ci.txt and updated setup.py to handle all dependencies.
1 parent aafb7f5 commit 61bda34

File tree

4 files changed

+6
-26
lines changed

4 files changed

+6
-26
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
3939
- name: Install dependencies
4040
run: |
41-
pip install -r requirements-ci.txt
4241
pip install .[complete]
4342
4443
- name: pytest

requirements-ci.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
"matplotlib>=1.5.2",
5151
"phonopy>=1.10.8",
5252
"openbabel-wheel",
53+
"boto3>=1.28.15",
54+
"Flask>=2.3.2",
55+
"coverage>=7.2.7",
56+
"moto>=4.1.14",
57+
"pytest-cov>=4.1.0",
58+
"pytest>=7.4.0",
5359
],
5460
},
5561
classifiers=[

0 commit comments

Comments
 (0)