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

Commit

Permalink
Restructuring requirements.txt to remove dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu authored Mar 6, 2020
1 parent 352c6e5 commit f1f1072
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const pythonToMove = [
"./src/microbit/!(test)/**/*",
"./src/*.py",
"./src/common/*.py",
"./src/dev-requirements.txt",
"./src/requirements.txt",
"./src/templates/*.*"
];
Expand Down
3 changes: 3 additions & 0 deletions src/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r ./requirements.txt
black==19.10b0
pytest==5.0.1
2 changes: 0 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
black==19.10b0
playsound==1.2.2
pytest==5.0.1
applicationinsights==0.11.9
python-socketio==4.3.1
requests==2.22.0
Expand Down

0 comments on commit f1f1072

Please sign in to comment.