quastt-show 0.3.3__tar.gz → 0.3.35__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quastt_show
3
- Version: 0.3.3
3
+ Version: 0.3.35
4
4
  Summary: Useful tools for monitoring,tracking,learning from mistakes.Just check our docs: https://quastt.com/
5
5
  Author: RVA
6
6
  Requires-Python: >=3.7
7
7
  Requires-Dist: requests
8
- Requires-Dist: traceback
9
8
  Requires-Dist: time
10
9
  Requires-Dist: threading
11
10
  Requires-Dist: concurrent
@@ -1,11 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quastt_show
3
- Version: 0.3.3
3
+ Version: 0.3.35
4
4
  Summary: Useful tools for monitoring,tracking,learning from mistakes.Just check our docs: https://quastt.com/
5
5
  Author: RVA
6
6
  Requires-Python: >=3.7
7
7
  Requires-Dist: requests
8
- Requires-Dist: traceback
9
8
  Requires-Dist: time
10
9
  Requires-Dist: threading
11
10
  Requires-Dist: concurrent
@@ -1,5 +1,4 @@
1
1
  requests
2
- traceback
3
2
  time
4
3
  threading
5
4
  concurrent
@@ -2,11 +2,11 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="quastt_show",
5
- version="0.3.3",
5
+ version="0.3.35",
6
6
  description="Useful tools for monitoring,tracking,learning from mistakes.Just check our docs: https://quastt.com/",
7
7
  author="RVA",
8
8
  packages=find_packages(),
9
- install_requires=["requests","traceback","time","threading","concurrent"],
9
+ install_requires=["requests","time","threading","concurrent"],
10
10
  python_requires=">=3.7",
11
11
  entry_points={
12
12
  "console_scripts": [
File without changes