diff options
author | 2019-07-26 17:50:27 -0700 | |
---|---|---|
committer | 2019-07-26 17:50:27 -0700 | |
commit | 71a86503c92a872eb187bffd599e66cde06b22be (patch) | |
tree | d74d4ca40182be6217f543b729746d8be36fcb4b /Python/setup.py | |
parent | c49d9dbfb807ff84556c6cb0bf58c7368dd1d36a (diff) | |
download | WarpX-71a86503c92a872eb187bffd599e66cde06b22be.tar.gz WarpX-71a86503c92a872eb187bffd599e66cde06b22be.tar.zst WarpX-71a86503c92a872eb187bffd599e66cde06b22be.zip |
In picmi, add support for all elements
Diffstat (limited to 'Python/setup.py')
-rw-r--r-- | Python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/setup.py b/Python/setup.py index ecb87190c..8429cf95e 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -25,5 +25,5 @@ setup (name = 'pywarpx', package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", package_data = package_data, - install_requires=['picmistandard'] + install_requires=['picmistandard', 'periodictable'] ) |