We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80e35ea + 08a30bf commit f161a65Copy full SHA for f161a65
2 files changed
external_requirements.txt
@@ -1,3 +1,3 @@
1
-i https://pypi.fury.io/Nx-poGuiakLbsCzaLwNm/aexol
2
-aexol==0.1.3
+aexol==0.1.4
3
test.py
@@ -1,5 +1,5 @@
if __name__ == '__main__':
import pkgutil
modules = (name for _, name, is_pkg in pkgutil.iter_modules()
4
- if is_pkg and name != 'aexol')
+ if is_pkg)
5
map(__import__, modules)
0 commit comments