diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-03-02 15:39:08 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2019-03-02 18:40:04 +0100 |
commit | 64b0982eed306aa834cb83d82b34e8ce1e7d83db (patch) | |
tree | f22783fd06a33decb45775eb9f5db09a36d748e7 /exceptions.json | |
parent | 03175389fac28aa877740d8d1099ca0da4ba6a9d (diff) | |
download | dlp_check_version_PyPI-64b0982eed306aa834cb83d82b34e8ce1e7d83db.tar.gz |
More improvements.
* there is now JSON file exceptions.json which contains dict with
names of packages for each project, which shouldn’t be searched for
on PyPI.
* remove PEP-484 type hints, we actually don’t need them
* fix location of the SQLite3 database file with ETags
Diffstat (limited to 'exceptions.json')
-rw-r--r-- | exceptions.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/exceptions.json b/exceptions.json new file mode 100644 index 0000000..fa6f802 --- /dev/null +++ b/exceptions.json @@ -0,0 +1,13 @@ +{ + "devel:languages:python:numeric": [ + "mayavi", + "opensesame", + "python-espressopp", + "python-pyo", + "python2-matplotlib", + "python3-espressomd", + "spyder", + "spyder3", + "ViTables" + ] +} |