diff options
author | Elias Müller <elias.mr1@gmail.com> | 2022-07-09 18:17:10 +0200 |
---|---|---|
committer | jaseg <136313+jaseg@users.noreply.github.com> | 2022-07-11 12:44:47 +0200 |
commit | 721cff015b46b4f7bab9d4911fa55856519d9aaa (patch) | |
tree | d7a4271aedcbb47f437b6b8ccba69f87ab8b305b /tests | |
parent | 3d90f471d26b1cefa8caebfa55479d81d1b54e5f (diff) | |
download | python-mpv-721cff015b46b4f7bab9d4911fa55856519d9aaa.tar.gz python-mpv-721cff015b46b4f7bab9d4911fa55856519d9aaa.tar.bz2 python-mpv-721cff015b46b4f7bab9d4911fa55856519d9aaa.zip |
Add requirements file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt new file mode 100644 index 0000000..4a9b79c --- /dev/null +++ b/tests/requirements.txt @@ -0,0 +1,2 @@ +xvfbwrapper>=0.2.9 +pytest>=7.1.2 |