Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
added profiler and installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric Hurier (fmind) committed Sep 10, 2019
1 parent f1450c3 commit 2591939
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/python/tasks/main.yml
Expand Up @@ -55,6 +55,14 @@
pip: name='black' executable='pip3' extra_args='--user'
tags: user

- name: profiller
pip: name='profiling' executable='pip3' extra_args='--user'
tags: user

- name: installer
pip: name='pyinstaller' executable='pip3' extra_args='--user'
tags: user

- name: input
pip: name='ipython' executable='pip3' extra_args='--user'
tags: user
Expand Down

0 comments on commit 2591939

Please sign in to comment.