aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-07-26 17:50:27 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-07-26 17:50:27 -0700
commit71a86503c92a872eb187bffd599e66cde06b22be (patch)
treed74d4ca40182be6217f543b729746d8be36fcb4b /Python/setup.py
parentc49d9dbfb807ff84556c6cb0bf58c7368dd1d36a (diff)
downloadWarpX-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.py2
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']
)