Commit cb584c2
committed
Fix install_requires to be a list of strings
I have an environment where I get the following error
```
Processing ./AmFast-0.5.3-r541
Complete output from command python setup.py egg_info:
error in AmFast setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Unordered types are not allowed
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-vVXFmV-build/
```
I can't reproduce this in other environments.1 parent e771626 commit cb584c2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments