Add requirements-dev.txt

Generated with:

  $ pipenv lock -r -d > requirements-dev.txt
This commit is contained in:
Alan Orth 2019-07-27 00:33:52 +03:00
parent 99f00fcb85
commit 103e630f6e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 13 additions and 0 deletions

13
requirements-dev.txt Normal file
View File

@ -0,0 +1,13 @@
-i https://pypi.org/simple
atomicwrites==1.3.0
attrs==19.1.0
importlib-metadata==0.18
more-itertools==7.2.0
packaging==19.0
pluggy==0.12.0
py==1.8.0
pyparsing==2.4.1.1
pytest==5.0.1
six==1.12.0
wcwidth==0.1.7
zipp==0.5.2