Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit f1f1072

Browse files
authored
Restructuring requirements.txt to remove dev dependencies
1 parent 352c6e5 commit f1f1072

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const pythonToMove = [
3939
"./src/microbit/!(test)/**/*",
4040
"./src/*.py",
4141
"./src/common/*.py",
42+
"./src/dev-requirements.txt",
4243
"./src/requirements.txt",
4344
"./src/templates/*.*"
4445
];

src/dev-requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-r ./requirements.txt
2+
black==19.10b0
3+
pytest==5.0.1

src/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
black==19.10b0
21
playsound==1.2.2
3-
pytest==5.0.1
42
applicationinsights==0.11.9
53
python-socketio==4.3.1
64
requests==2.22.0

0 commit comments

Comments
 (0)