simularium / simulariumio

Python package that converts simulation outputs to the format consumed by the Simularium viewer website
Apache License 2.0
5 stars 3 forks source link

Add missing comma between dependencies #121

Closed jessicasyu closed 2 years ago

jessicasyu commented 2 years ago

Problem

The setup.py was missing a comma between the awscli and quilt dependencies (lines 54 and 55), causing the dependency version constraint to be read as awscli>=1.20quilt3 instead of awscli>=1.20 and quilt3.

Solution

Added the missing comma.

Type of change

Change summary: