Skip to content

Commit

Permalink
Inclue cryptography in setup.py test reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdodge committed Apr 25, 2020
1 parent e59a102 commit e7d2a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
],
test_suite="locust.test",
tests_require=[
'cryptography',
'mock',
'pyquery'
'pyquery',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit e7d2a00

Please sign in to comment.