wnox 0.9.0__tar.gz → 1.0.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {wnox-0.9.0 → wnox-1.0.0}/PKG-INFO +1 -2
- {wnox-0.9.0 → wnox-1.0.0}/pyproject.toml +2 -2
- {wnox-0.9.0 → wnox-1.0.0}/setup.py +1 -1
- {wnox-0.9.0 → wnox-1.0.0}/wnox.egg-info/PKG-INFO +1 -2
- {wnox-0.9.0 → wnox-1.0.0}/wnox.egg-info/requires.txt +0 -1
- {wnox-0.9.0 → wnox-1.0.0}/LICENSE.txt +0 -0
- {wnox-0.9.0 → wnox-1.0.0}/README.md +0 -0
- {wnox-0.9.0 → wnox-1.0.0}/setup.cfg +0 -0
- {wnox-0.9.0 → wnox-1.0.0}/wnox/__init__.py +0 -0
- {wnox-0.9.0 → wnox-1.0.0}/wnox.egg-info/SOURCES.txt +0 -0
- {wnox-0.9.0 → wnox-1.0.0}/wnox.egg-info/dependency_links.txt +0 -0
- {wnox-0.9.0 → wnox-1.0.0}/wnox.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: wnox
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: QE nexus client.
|
5
5
|
Home-page: https://github.com/arminkardan/pywnox
|
6
6
|
Author: Ethan (Armin) Cardan
|
@@ -13,7 +13,6 @@ Requires-Python: >=3.11
|
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
License-File: LICENSE.txt
|
15
15
|
Requires-Dist: slixmpp
|
16
|
-
Requires-Dist: bson
|
17
16
|
Requires-Dist: python-dotenv
|
18
17
|
Requires-Dist: pymongo
|
19
18
|
Dynamic: author
|
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "wnox"
|
7
|
-
version = "0.
|
7
|
+
version = "1.0.0"
|
8
8
|
authors = [{ name = "Ethan (Armin) Cardan", email = "armin.fire@gmail.com" }]
|
9
9
|
description = "QE nexus client."
|
10
10
|
readme = "README.md"
|
11
11
|
license = { file = "LICENSE" }
|
12
|
-
dependencies = ["slixmpp","
|
12
|
+
dependencies = ["slixmpp","python-dotenv","pymongo"]
|
13
13
|
requires-python = ">=3.11"
|
14
14
|
classifiers = [
|
15
15
|
"Programming Language :: Python :: 3",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: wnox
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: QE nexus client.
|
5
5
|
Home-page: https://github.com/arminkardan/pywnox
|
6
6
|
Author: Ethan (Armin) Cardan
|
@@ -13,7 +13,6 @@ Requires-Python: >=3.11
|
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
License-File: LICENSE.txt
|
15
15
|
Requires-Dist: slixmpp
|
16
|
-
Requires-Dist: bson
|
17
16
|
Requires-Dist: python-dotenv
|
18
17
|
Requires-Dist: pymongo
|
19
18
|
Dynamic: author
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|