5 lines
44 B
Text
5 lines
44 B
Text
|
#!/bin/bash
|
||
|
|
||
|
pip-compile ./requirements.in
|
||
|
|