Skip to content

Commit

Permalink
Split prod and dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rovellipaolo committed Feb 21, 2021
1 parent 36d016d commit 7716b1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 1 addition & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
coverage
parameterized==0.8.1
pylint
pyaxmlparser==0.3.24
python-dateutil==2.8.1
typing==3.7.4
tzlocal==2.1
-r requirements/dev.txt
4 changes: 4 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-r prod.txt
coverage==5.3
parameterized==0.8.1
pylint==2.6.0
4 changes: 4 additions & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pyaxmlparser==0.3.24
python-dateutil==2.8.1
typing==3.7.4
tzlocal==2.1

0 comments on commit 7716b1d

Please sign in to comment.