Commit Graph

75 Commits (6d66e4d5d5e081ba6bcf1f7f7b64bd84f4edf93c)

Author SHA1 Message Date
grossmj a98fc2d308 Python3.8 support. Ref https://github.com/GNS3/gns3-gui/issues/2895
5 years ago
grossmj 86f87aec74 Fix installation with Python 3.7. Fixes #1414.
6 years ago
grossmj 76af98404a Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
6 years ago
grossmj 4a6202fa84 Update setup.py and fix minor issues.
6 years ago
Julien Duponchelle ac5509f383
Always install typing module (compat with python 3.4 on ubuntu)
7 years ago
Julien Duponchelle 152807e654
Merge branch 'master' into 2.0
7 years ago
Athmane Madjoudj 3518a781e9 typing is already included in Py >= 3.5 (#979)
7 years ago
Julien Duponchelle c5290cfec6
Check python version in setup.py only for install
7 years ago
grossmj c271ef8c6a Tool to add, configure and remove Windows loopback adapters.
8 years ago
Julien Duponchelle 54c45f0b98
GNS3 server can't be keep as zipped egg
8 years ago
Julien Duponchelle 3e3e7b93ae
Merge branch 'master' into 2.0
8 years ago
Athmane Madjoudj db95cb5c46 Move utils.vmnet to gns3 namespace
8 years ago
Julien Duponchelle 66959ee4e9
Fix error when installing using setup.py
8 years ago
Julien Duponchelle deb97f8ec0
Unused information in setup.py
8 years ago
grossmj b92e64e507 pywin32 is not updated on pypi.
8 years ago
grossmj 794a7e880a Dependencies are listed in one location now.
8 years ago
Julien Duponchelle de0df70933 Drop docker-py dependencies
8 years ago
grossmj 0f868ef107 Fixes aiohttp 0.19.0 requirement. Fixes #383.
8 years ago
grossmj c3e99bfc1d Drop netifaces (replaced by psutil). Fixes #344.
9 years ago
grossmj ac75977ae0 Send a warning notification if there is not enough RAM left to start a VM. Implements #329.
9 years ago
Julien Duponchelle c7b17039cb Update docker-py version
9 years ago
Goran Cetusic 0fa300cb99 Initial Docker support from Google Summer of Code
9 years ago
grossmj 764e0df29a Adds pywin32 dependency in setup.py for Windows.
9 years ago
Jeremy 870029123c Netifaces is not used on Windows. Fixes #257.
9 years ago
Julien Duponchelle 0f15e4b56a Fix merge issue
9 years ago
Julien Duponchelle b1f740c952 Merge branch 'master' into unstable
9 years ago
Julien Duponchelle 4216c5d2ed Prevent install on Python 2
9 years ago
Julien Duponchelle 947a732bfb Remove netifaces dependencies due to IOUVM
9 years ago
grossmj 87efc4d55a Adds gns3-netifaces to dependencies only if netifaces isn't already installed
9 years ago
Julien Duponchelle 75267f9d53 Merge branch 'master' into unstable
9 years ago
Julien Duponchelle c10e692ca2 systemd start script and use netifaces from pip
9 years ago
Julien Duponchelle fff3e1474f Distribute our own version of netifaces working with python 3
9 years ago
grossmj ebfe003885 Tool to quickly add and remove VMware vmnet interfaces on Linux.
9 years ago
grossmj 1c803f7afb Remove unneeded dependency line in setup.py
9 years ago
grossmj 9f15fdbc2b Fixes #181 (drop Python 3.3).
9 years ago
Julien Duponchelle bb4ebbfe64 Upload images API
9 years ago
Vasil Rangelov 91ff6e5ae9 Updated compilation instructions for Windows.
9 years ago
Julien Duponchelle e6eab1fb25 Aiohttp 0.15.1
9 years ago
Julien Duponchelle 2b6945664b Allow less strict dependencies
9 years ago
Julien Duponchelle b2d8a8d810 Exclude docs and tests package from distribution
9 years ago
Jeremy 87d12452f9 Disable the netifaces dependency which creates issues.
9 years ago
grossmj 30ed89847b Adds netifaces module in the setup dependencies.
9 years ago
grossmj 2b34e35027 Pypi doesn't like Python 3.5... yet
9 years ago
Julien Duponchelle 83c1ada63e Drop unused cloud code, this cleanup the dependencies
9 years ago
Julien Duponchelle 250bb38d7c Crash report with Sentry
9 years ago
Julien Duponchelle f7cd09d5fb Display an upload form (upload is not yet ready)
9 years ago
Jeremy 4e690a6d06 Update required aiohttp version to 0.14.4
9 years ago
Julien Duponchelle f5ed9fbcf1 PEP 8 clean thanks to auto pep8
9 years ago
Jeremy 5618556b42 Updates dependencies in setup.py
9 years ago
Jeremy 61344a1669 New base server.
9 years ago